mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
TOLTECS: Fixed typo
This commit is contained in:
parent
5c3c9f4e6c
commit
14cbfd4607
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user