diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b90e0286..e7db308d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -64,7 +64,7 @@ void initialize() } // Initialize world timer at 10 times per second - worldTimerID = SDL_AddTimer(100, world_tick, NULL); + worldTimerID = SDL_AddTimer(100, worldTick, NULL); } /** |