aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-22 12:40:35 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:12 +0100
commit14cbfd4607f0fa30dff8a7d5eb7a5caad060bc13 (patch)
treec3f74a1b2281acd5d50b2a1ab91ac9da2f2668dc /engines/toltecs/toltecs.cpp
parent5c3c9f4e6cbc65648635050ce6ab794603767a0f (diff)
downloadscummvm-rg350-14cbfd4607f0fa30dff8a7d5eb7a5caad060bc13.tar.gz
scummvm-rg350-14cbfd4607f0fa30dff8a7d5eb7a5caad060bc13.tar.bz2
scummvm-rg350-14cbfd4607f0fa30dff8a7d5eb7a5caad060bc13.zip
TOLTECS: Fixed typo
Diffstat (limited to 'engines/toltecs/toltecs.cpp')
-rw-r--r--engines/toltecs/toltecs.cpp2
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.