diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 556a8feb4..9b34cda56 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -1054,7 +1054,7 @@ void ZoomInOrOutToCursorWindow(bool in, Window *w) static void CommonRaiseLowerBigLand(TileIndex tile, int mode) { int sizex, sizey; - byte h; + uint h; _generating_world = true; // used to create green terraformed land |