aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2008-01-12 08:31:36 +0000
committerJohannes Schickel2008-01-12 08:31:36 +0000
commit48bd0ca6b6e62105e7536fe00d4c9a87174859e7 (patch)
tree587ecdc27f65c5ac6085063c317cbdbbf23aee1e
parent3629d64413f73265f20820d7e614b1a0d8d4216c (diff)
downloadscummvm-rg350-48bd0ca6b6e62105e7536fe00d4c9a87174859e7.tar.gz
scummvm-rg350-48bd0ca6b6e62105e7536fe00d4c9a87174859e7.tar.bz2
scummvm-rg350-48bd0ca6b6e62105e7536fe00d4c9a87174859e7.zip
Removed warning in Screen::getOverlayPtr for now.
svn-id: r30440
-rw-r--r--engines/kyra/screen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp
index ff22520006..c5cd09756f 100644
--- a/engines/kyra/screen.cpp
+++ b/engines/kyra/screen.cpp
@@ -2774,8 +2774,7 @@ byte *Screen::getOverlayPtr(int page) {
if (page == 12 || page == 13)
return _sjisOverlayPtrs[3];
}
-
- warning("Trying to access unimplemented SJIS overlay page %d", page);
+
return 0;
}