aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sequence.h
diff options
context:
space:
mode:
authorStrangerke2014-04-21 20:00:32 +0200
committerStrangerke2014-04-21 20:00:32 +0200
commit034773fda7cab67cd5d5e4446daa1402c4f6054d (patch)
treee707780b78f4f4d22a52629f261a19ec3cfce82c /engines/mads/sequence.h
parented4cedd81675f2ce57356dee90549ef52fb761b3 (diff)
downloadscummvm-rg350-034773fda7cab67cd5d5e4446daa1402c4f6054d.tar.gz
scummvm-rg350-034773fda7cab67cd5d5e4446daa1402c4f6054d.tar.bz2
scummvm-rg350-034773fda7cab67cd5d5e4446daa1402c4f6054d.zip
MADS: Implement scene 318, some renaming
Diffstat (limited to 'engines/mads/sequence.h')
-rw-r--r--engines/mads/sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sequence.h b/engines/mads/sequence.h
index 6cef3de02d..5f052e9d0f 100644
--- a/engines/mads/sequence.h
+++ b/engines/mads/sequence.h
@@ -104,7 +104,7 @@ public:
int extraTicks, int numTicks, int msgX, int msgY, bool nonFixed, int scale, int depth,
int frameInc, SpriteAnimType animType, int numSprites, int frameStart);
- int addTimer(int time, int abortVal);
+ int addTimer(int timeout, int abortVal);
void remove(int seqIndex);
void setSpriteSlot(int seqIndex, SpriteSlot &spriteSlot);
bool loadSprites(int seqIndex);