aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
authorRuediger Hanke2002-12-25 11:38:21 +0000
committerRuediger Hanke2002-12-25 11:38:21 +0000
commit6e9e7ced8f577e5b1e2d9b75810e803a66aba009 (patch)
treef308cdb0a09883ef6894c99227abe3bb02a753c0 /backends/morphos/morphos.h
parent4c83d9ed06192d0fe9d9c264187a74f532944f51 (diff)
downloadscummvm-rg350-6e9e7ced8f577e5b1e2d9b75810e803a66aba009.tar.gz
scummvm-rg350-6e9e7ced8f577e5b1e2d9b75810e803a66aba009.tar.bz2
scummvm-rg350-6e9e7ced8f577e5b1e2d9b75810e803a66aba009.zip
Compilation warnings fixed
svn-id: r6116
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index f97e81ae22..225ee6d6df 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -138,8 +138,8 @@ class OSystem_MorphOS : public OSystem
Window *ScummWindow;
char ScummWndTitle[125];
APTR ScummBuffer;
- int ScummBufferWidth;
- int ScummBufferHeight;
+ LONG ScummBufferWidth;
+ LONG ScummBufferHeight;
ScreenBuffer *ScummScreenBuffer[2];
BitMap *ScummRenderTo;
ULONG ScummPaintBuffer;