aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics/transform_struct.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-09-26 02:16:02 +0200
committerWillem Jan Palenstijn2013-09-26 02:16:20 +0200
commitade516a996fc99d161504456b374f476e2333641 (patch)
treeaa367bf08eadc29fe265dd512fead4bf511cd4b7 /engines/wintermute/graphics/transform_struct.h
parent008eb251df09e569781d6dcc28a273147bbd590a (diff)
downloadscummvm-rg350-ade516a996fc99d161504456b374f476e2333641.tar.gz
scummvm-rg350-ade516a996fc99d161504456b374f476e2333641.tar.bz2
scummvm-rg350-ade516a996fc99d161504456b374f476e2333641.zip
WINTERMUTE: Fix warning
Diffstat (limited to 'engines/wintermute/graphics/transform_struct.h')
-rw-r--r--engines/wintermute/graphics/transform_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/graphics/transform_struct.h b/engines/wintermute/graphics/transform_struct.h
index 2d98dc4599..90a4c1f846 100644
--- a/engines/wintermute/graphics/transform_struct.h
+++ b/engines/wintermute/graphics/transform_struct.h
@@ -40,7 +40,7 @@ const int32 kDefaultHotspotX = 0;
const int32 kDefaultHotspotY = 0;
const int32 kDefaultOffsetX = 0;
const int32 kDefaultOffsetY = 0;
-const uint32 kDefaultAngle = 0;
+const int32 kDefaultAngle = 0;
struct TransformStruct {
private: