diff options
Diffstat (limited to 'engines/hopkins/script.h')
-rw-r--r-- | engines/hopkins/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/script.h b/engines/hopkins/script.h index d3edf98975..50b74e778f 100644 --- a/engines/hopkins/script.h +++ b/engines/hopkins/script.h @@ -41,8 +41,8 @@ public: int Traduction(byte *a1); int Traduction2(const byte *dataP); - int Control_Goto(const byte *dataP); - int Control_If(const byte *dataP, int a2); + int handleGoto(const byte *dataP); + int handleIf(const byte *dataP, int a2); }; } // End of namespace Hopkins |