aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-12-14 03:08:02 +0000
committerSven Hesse2008-12-14 03:08:02 +0000
commitbbe6ff006e79473a0beeac5a4d88f901c68102fb (patch)
tree3a8dd3e71625e40567b9586c3571283b91d67a15 /engines/gob/game_v6.cpp
parent126c5a1dc8ec76b74a33f9b62d553d652a382df4 (diff)
downloadscummvm-rg350-bbe6ff006e79473a0beeac5a4d88f901c68102fb.tar.gz
scummvm-rg350-bbe6ff006e79473a0beeac5a4d88f901c68102fb.tar.bz2
scummvm-rg350-bbe6ff006e79473a0beeac5a4d88f901c68102fb.zip
Music/Video handling fixes/stubs
svn-id: r35351
Diffstat (limited to 'engines/gob/game_v6.cpp')
-rw-r--r--engines/gob/game_v6.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/game_v6.cpp b/engines/gob/game_v6.cpp
index 2a9a1c254f..d8c921107f 100644
--- a/engines/gob/game_v6.cpp
+++ b/engines/gob/game_v6.cpp
@@ -93,6 +93,9 @@ void Game_v6::pushCollisions(char all) {
size++;
}
+ if (_collStackSize >= 5)
+ error("Game_v6::pushCollisions: _collStackSize == %d", _collStackSize);
+
destPtr = new Collision[size];
_collStack[_collStackSize] = destPtr;