aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index 0e4e86a273..848aa1a488 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -235,7 +235,7 @@ class ImageInterEntries: public Common::Array<ImageInterEntry> {
public:
int add(int field0, int field2);
- void call(int v1);
+ void call(int v1, int v2);
};
} // End of namespace MADS