aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index cda87a8917..b959810bb6 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -137,7 +137,7 @@ private:
uint16 readScript8or16bits();
uint8 readScriptChar(bool allow7C, bool limitVal, bool limitVar);
uint8 readScriptVar();
- uint16 getVideoRefString();
+ uint32 getVideoRefString();
bool hotspot(Common::Rect rect, uint16 addr, uint8 cursor);