aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.cpp
diff options
context:
space:
mode:
authorDavid Turner2011-05-04 04:52:04 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:10 +0100
commit9f3cc261c2e833097d7dca196502c004593a38ab (patch)
tree585724f67865f45476458714414b267d13acf569 /engines/toltecs/toltecs.cpp
parenta3007d6e2a5ec810b26e091349cf6aaac197f7a7 (diff)
downloadscummvm-rg350-9f3cc261c2e833097d7dca196502c004593a38ab.tar.gz
scummvm-rg350-9f3cc261c2e833097d7dca196502c004593a38ab.tar.bz2
scummvm-rg350-9f3cc261c2e833097d7dca196502c004593a38ab.zip
TOLTECS: Fix Compilation After Graphics::Surface PixelFormat changes.
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 1e8a8ec78e..4f9fbae94f 100644
--- a/engines/toltecs/toltecs.cpp
+++ b/engines/toltecs/toltecs.cpp
@@ -303,7 +303,7 @@ void ToltecsEngine::drawScreen() {
_screen->_renderQueue->update();
- //printf("_guiHeight = %d\n", _guiHeight); fflush(stdout);
+ //debug("_guiHeight = %d\n", _guiHeight);
if (_screen->_guiRefresh && _guiHeight > 0 && _cameraHeight > 0) {
// Update the GUI when needed and it's visible