summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 16:05:29 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 16:05:29 +0000
commite38f503ec03f1bdd6f81ece65c6dca56ded2d935 (patch)
tree0717fc5d617415145b0bd6670e05b331a4f68e2f /src/openttd.cpp
parent3bb544e54d45d71dee6418c5462137c67a4ea698 (diff)
downloadopenttd-e38f503ec03f1bdd6f81ece65c6dca56ded2d935.tar.xz
(svn r20185) -Codechange: reduce the scope of _palette_animation_counter
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 808f8a3e7..b6d20e937 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1323,7 +1323,6 @@ void GameLoop()
extern int _caret_timer;
_caret_timer += 3;
- _palette_animation_counter += 8;
CursorTick();
#ifdef ENABLE_NETWORK