From 8e9dbe5c3dfde9e180cd1008cb888618f77c64fa Mon Sep 17 00:00:00 2001 From: Scott Thomas Date: Fri, 15 Apr 2011 21:40:51 +0930 Subject: GROOVIE: Use uint32 when searching for a video id by name This brings ResMan::getRef into line with the rest of the engine. --- engines/groovie/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/groovie/script.h') 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); -- cgit v1.2.3