aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.cpp
diff options
context:
space:
mode:
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);