aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorLars Persson2005-07-05 20:51:54 +0000
committerLars Persson2005-07-05 20:51:54 +0000
commitcaf6151bba4f0bc6956a45173f49cb056cf59bb4 (patch)
treec08780115f0e67c8771dc2f98544d6f96550970c /backends/sdl
parenta5af0165ba7fb93da647622336e7c8c7b429ce00 (diff)
downloadscummvm-rg350-caf6151bba4f0bc6956a45173f49cb056cf59bb4.tar.gz
scummvm-rg350-caf6151bba4f0bc6956a45173f49cb056cf59bb4.tar.bz2
scummvm-rg350-caf6151bba4f0bc6956a45173f49cb056cf59bb4.zip
Last modifications for Actions to WinCE.
svn-id: r18500
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp
index f1f84e63ec..82e431e4eb 100644
--- a/backends/sdl/graphics.cpp
+++ b/backends/sdl/graphics.cpp
@@ -513,7 +513,7 @@ void OSystem_SDL::internUpdateScreen() {
ScalerProc *scalerProc;
int scale1, scale2;
-#ifdef DEBUG // definitions not available for non-DEBUG here. (needed this to compile in SYMBIAN32 & linux?)
+#if defined (DEBUG) && ! defined(_WIN32_WCE) // definitions not available for non-DEBUG here. (needed this to compile in SYMBIAN32 & linux?)
assert(_hwscreen != NULL);
assert(_hwscreen->map->sw_data != NULL);
#endif