aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-07 23:39:26 -0400
committerPaul Gilbert2016-04-07 23:39:26 -0400
commite7f2cb1ecbf2637db8dd7be3fe97d485a7c56bc8 (patch)
treefba43657861ad5f088db01ae504cc6db2d6aa4d8 /engines/titanic/support
parent9f1bab55972b8a6f88b83c2391c40a038ffb509d (diff)
downloadscummvm-rg350-e7f2cb1ecbf2637db8dd7be3fe97d485a7c56bc8.tar.gz
scummvm-rg350-e7f2cb1ecbf2637db8dd7be3fe97d485a7c56bc8.tar.bz2
scummvm-rg350-e7f2cb1ecbf2637db8dd7be3fe97d485a7c56bc8.zip
TITANIC: Add CComputer messages, more view change logic
Diffstat (limited to 'engines/titanic/support')
-rw-r--r--engines/titanic/support/screen_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/screen_manager.cpp b/engines/titanic/support/screen_manager.cpp
index 05dfa66854..d2f2468c89 100644
--- a/engines/titanic/support/screen_manager.cpp
+++ b/engines/titanic/support/screen_manager.cpp
@@ -110,7 +110,7 @@ void OSScreenManager::setMode(int width, int height, int bpp, uint numBackSurfac
}
void OSScreenManager::drawCursors() {
- warning("OSScreenManager::drawCursors");
+ // Nothing needed here, since ScummVM handles cursor drawing
}
DirectDrawSurface *OSScreenManager::getDDSurface(SurfaceNum surfaceNum) {