summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 8594cd4e6..78fa6e3e7 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -159,6 +159,7 @@ static void _GenerateWorld(void *)
SetGeneratingWorldProgress(GWP_RUNTILELOOP, 0x500);
for (i = 0; i < 0x500; i++) {
RunTileLoop();
+ _tick_counter++;
IncreaseGeneratingWorldProgress(GWP_RUNTILELOOP);
}