summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 359f2e0b6..13ce248aa 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1099,7 +1099,7 @@ void GameLoop()
}
_caret_timer += 3;
- _timer_counter += 8;
+ _palette_animation_counter += 8;
CursorTick();
#ifdef ENABLE_NETWORK