aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
authorVladimir Menshakov2010-01-05 22:09:16 +0000
committerVladimir Menshakov2010-01-05 22:09:16 +0000
commit841e2d34242418ed0c86a6d8d3a4a97faa085ae6 (patch)
tree9c9f5d2a405f8ab0e1dbd343793028cec3bceae5 /engines/teenagent/animation.h
parente38b7b3cc53fe02312fcaee5e95c37dfa1c65c92 (diff)
downloadscummvm-rg350-841e2d34242418ed0c86a6d8d3a4a97faa085ae6.tar.gz
scummvm-rg350-841e2d34242418ed0c86a6d8d3a4a97faa085ae6.tar.bz2
scummvm-rg350-841e2d34242418ed0c86a6d8d3a4a97faa085ae6.zip
separate timers for mark, scene and messages.
svn-id: r47056
Diffstat (limited to 'engines/teenagent/animation.h')
-rw-r--r--engines/teenagent/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/animation.h b/engines/teenagent/animation.h
index f77fbcf679..31c3fa7eaf 100644
--- a/engines/teenagent/animation.h
+++ b/engines/teenagent/animation.h
@@ -42,7 +42,7 @@ public:
void free();
Surface *firstFrame();
- Surface *currentFrame(int dt = 1);
+ Surface *currentFrame(int dt);
uint16 currentIndex() const { return index; }
void resetIndex() { index = 0; }