aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
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; }