diff options
Diffstat (limited to 'engines/xeen/scripts.h')
-rw-r--r-- | engines/xeen/scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/scripts.h b/engines/xeen/scripts.h index df02fdc2ee..97029c7973 100644 --- a/engines/xeen/scripts.h +++ b/engines/xeen/scripts.h @@ -491,7 +491,7 @@ private: /** * This monstrosity handles doing the various types of If checks on various data */ - bool ifProc(int action, uint32 mask, int mode, int charIndex); + bool ifProc(int action, uint32 val, int mode, int charIndex); /** * Prompts the user for a copy protection check |