diff options
-rw-r--r-- | engines/toltecs/toltecs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp index 7414ab0e58..c3bb69c60b 100644 --- a/engines/toltecs/toltecs.cpp +++ b/engines/toltecs/toltecs.cpp @@ -307,7 +307,7 @@ void ToltecsEngine::drawScreen() { if (_screen->_guiRefresh && _guiHeight > 0 && _cameraHeight > 0) { // Update the GUI when needed and it's visible - if (_cameraHeight + _guiHeight > 400) + if (_cameraHeight + _guiHeight > 400) { // HACK: Sanity check - happens when smoking the peace pipe in the // Indian village. // FIXME: why does this happen? Fix the actual cause. |