From 14cbfd4607f0fa30dff8a7d5eb7a5caad060bc13 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 22 Oct 2011 12:40:35 +0000 Subject: TOLTECS: Fixed typo --- engines/toltecs/toltecs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3