aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/script.h')
-rw-r--r--engines/gob/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h
index cf9eb246ce..ffdb4d6340 100644
--- a/engines/gob/script.h
+++ b/engines/gob/script.h
@@ -85,7 +85,7 @@ public:
// Higher-level expression parsing functions
char evalExpr(int16 *pRes);
- bool evalBoolResult();
+ bool evalBool();
// Accessing the result of expressions
int32 getResultInt() const;