aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_scaler.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_scaler.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_scaler.h')
-rw-r--r--backends/morphos/morphos_scaler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos_scaler.h b/backends/morphos/morphos_scaler.h
index c23de6cb8a..264302a0a3 100644
--- a/backends/morphos/morphos_scaler.h
+++ b/backends/morphos/morphos_scaler.h
@@ -72,8 +72,8 @@ class MorphOSScaler
bool ScummPCMode;
APTR Buffer;
- int BufferWidth;
- int BufferHeight;
+ ULONG BufferWidth;
+ ULONG BufferHeight;
ULONG *ScummColors;
USHORT *ScummColors16;
};