summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-22 20:04:21 +0000
committertruelight <truelight@openttd.org>2007-06-22 20:04:21 +0000
commit2e19d3cf78c759e9583ac113c7a66f3e3e16ccb5 (patch)
tree487e36c90385f72fecad8d7a35fdb2c0192bec39 /src/openttd.cpp
parente90b072c11f842839af974c4db4cff5c42cb49ae (diff)
downloadopenttd-2e19d3cf78c759e9583ac113c7a66f3e3e16ccb5.tar.xz
(svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on
-Codechange: renamed _timer_counter to _palette_animation_counter, as that is what it is
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