aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
authorScott Thomas2011-04-15 21:40:51 +0930
committerScott Thomas2011-04-15 21:46:06 +0930
commit8e9dbe5c3dfde9e180cd1008cb888618f77c64fa (patch)
tree17add1befb181d93413769ac4688ce7befac9bf5 /engines/groovie/script.h
parent20e662e5a6a01930f773878b22a2a2be38b2ee67 (diff)
downloadscummvm-rg350-8e9dbe5c3dfde9e180cd1008cb888618f77c64fa.tar.gz
scummvm-rg350-8e9dbe5c3dfde9e180cd1008cb888618f77c64fa.tar.bz2
scummvm-rg350-8e9dbe5c3dfde9e180cd1008cb888618f77c64fa.zip
GROOVIE: Use uint32 when searching for a video id by name
This brings ResMan::getRef into line with the rest of the engine.
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);