diff options
Diffstat (limited to 'engines/gob/parse.cpp')
-rw-r--r-- | engines/gob/parse.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/parse.cpp b/engines/gob/parse.cpp index 1f2f06de14..9982fb3eb9 100644 --- a/engines/gob/parse.cpp +++ b/engines/gob/parse.cpp @@ -1140,4 +1140,8 @@ int16 Parse::parseExpr(byte stopToken, byte *type) { } } +int32 Parse::getResultInt() { + return _resultInt; +} + } // End of namespace Gob |