From b6c3232ea3b72b261b360febb9c6543452394066 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 22 Oct 2011 18:39:32 +0000 Subject: TOLTECS: Updated TODO - Updated locations where the animation hack is necessary - Fixed crashes on scene changes (with a TODO) - MIDI Music is always XMIDI - sfClearScreen() doesn't seem to be necessary --- engines/toltecs/toltecs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/toltecs/toltecs.cpp') diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp index c3bb69c60b..c268b13563 100644 --- a/engines/toltecs/toltecs.cpp +++ b/engines/toltecs/toltecs.cpp @@ -309,7 +309,8 @@ void ToltecsEngine::drawScreen() { // Update the GUI when needed and it's visible if (_cameraHeight + _guiHeight > 400) { // HACK: Sanity check - happens when smoking the peace pipe in the - // Indian village. + // Indian village, when cheating at the game of cards and when + // the ladies find out that the sergeant is drinking again. // FIXME: why does this happen? Fix the actual cause. warning("Scene height (%d) and GUI height (%d) exceed the screen " "height, cutting off the screen", _cameraHeight, _guiHeight); -- cgit v1.2.3