aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/script.h')
-rw-r--r--engines/hopkins/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/script.h b/engines/hopkins/script.h
index 50b74e778f..9bb9c3e1fa 100644
--- a/engines/hopkins/script.h
+++ b/engines/hopkins/script.h
@@ -40,7 +40,7 @@ public:
void setParent(HopkinsEngine *vm);
int Traduction(byte *a1);
- int Traduction2(const byte *dataP);
+ int checkSignature(const byte *dataP);
int handleGoto(const byte *dataP);
int handleIf(const byte *dataP, int a2);
};