Skip to content

Commit

Permalink
Fix return type of citymania::ShowExtraViewportWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldpl committed Aug 29, 2022
1 parent 4084235 commit 6f44e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewport_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void ShowExtraViewportWindow(TileIndex tile)

namespace citymania {

Window *ShowExtraViewportWindow(int x, int y, int z)
void ShowExtraViewportWindow(int x, int y, int z)
{
int i = 0;

Expand Down

0 comments on commit 6f44e08

Please sign in to comment.