From 126c5a1dc8ec76b74a33f9b62d553d652a382df4 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 14 Dec 2008 02:09:03 +0000 Subject: More modified collision stuff for Urban Runner. The hotspots are correctly recognized now svn-id: r35350 --- engines/gob/game_v2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/gob/game_v2.cpp') diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp index 28de420467..4220688940 100644 --- a/engines/gob/game_v2.cpp +++ b/engines/gob/game_v2.cpp @@ -335,6 +335,7 @@ int16 Game_v2::addNewCollision(int16 id, uint16 left, uint16 top, ptr->funcEnter = funcEnter; ptr->funcLeave = funcLeave; ptr->funcSub = 0; + ptr->totFileData = 0; return i; } -- cgit v1.2.3