aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2012-11-17 11:57:02 +0100
committerStrangerke2012-11-17 11:57:41 +0100
commit2f116e01c76bf8c208451b670d29e6ef3f05b9a8 (patch)
treeb1c9bbd6f39f7e57da22030ea2dd12445e29bc60 /engines/hopkins/objects.h
parent928b1ae0d02daee9362f111d51ae81f0fc3b86f8 (diff)
downloadscummvm-rg350-2f116e01c76bf8c208451b670d29e6ef3f05b9a8.tar.gz
scummvm-rg350-2f116e01c76bf8c208451b670d29e6ef3f05b9a8.tar.bz2
scummvm-rg350-2f116e01c76bf8c208451b670d29e6ef3f05b9a8.zip
HOPKINS: Fix original bug in chapter 2, when searching the box.
Add a safeguard to the sequence parser
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 60ace316da..0af22a8483 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -233,7 +233,7 @@ public:
int colision(int xp, int yp);
void ACTION(const byte *spriteData, const Common::String &a2, int a3, int a4, int a5, int a6);
- void SPACTION(byte *a1, const Common::String &a2, int a3, int a4, int a5, int a6);
+ void SPACTION(byte *a1, const Common::String &animationSeq, int a3, int a4, int a5, int a6);
void SPACTION1(byte *a1, const Common::String &a2, int a3, int a4, int a5);
void TEST_FORET(int a1, int a2, int a3, int a4, int a5, int a6);
void BLOQUE_ANIMX(int idx, int a2);