aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-22 18:39:32 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:12 +0100
commitb6c3232ea3b72b261b360febb9c6543452394066 (patch)
tree00b810b90789d3729cb0ef4e6dd9f406b5d3be96 /engines/toltecs/toltecs.cpp
parent1bddee1e7382ca28e55082b61a0e0a698a815eca (diff)
downloadscummvm-rg350-b6c3232ea3b72b261b360febb9c6543452394066.tar.gz
scummvm-rg350-b6c3232ea3b72b261b360febb9c6543452394066.tar.bz2
scummvm-rg350-b6c3232ea3b72b261b360febb9c6543452394066.zip
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
Diffstat (limited to 'engines/toltecs/toltecs.cpp')
-rw-r--r--engines/toltecs/toltecs.cpp3
1 files changed, 2 insertions, 1 deletions
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);