TOLTECS: Fixed typo

This commit is contained in:
Filippos Karapetis 2011-10-22 12:40:35 +00:00 committed by Willem Jan Palenstijn
parent 5c3c9f4e6c
commit 14cbfd4607

View File

@ -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.