aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/gfx.cpp')
-rw-r--r--engines/scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp
index 3c6f57be1a..d21a77ea56 100644
--- a/engines/scumm/gfx.cpp
+++ b/engines/scumm/gfx.cpp
@@ -593,7 +593,7 @@ void ScummEngine::drawStripToScreen(VirtScreen *vs, int x, int width, int top, i
// The values x, width, etc. are all multiples of 8 at this point,
// so loop unrolloing might be a good idea...
- assert(0 == ((int)text & 3));
+ assert(0 == ((long)text & 3));
assert(0 == (width & 3));
// Compose the text over the game graphics