aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorTobia Tesan2013-07-10 11:27:40 +0200
committerTobia Tesan2013-08-01 00:03:49 +0200
commit0153f762b16d33c350cde5f472bba42733f18dc7 (patch)
treeab6e865f6e953d222451a2110fd154830d447524 /engines/wintermute
parentdafcef5c9f5ddc27ca804ea1da0ab37720b103c8 (diff)
downloadscummvm-rg350-0153f762b16d33c350cde5f472bba42733f18dc7.tar.gz
scummvm-rg350-0153f762b16d33c350cde5f472bba42733f18dc7.tar.bz2
scummvm-rg350-0153f762b16d33c350cde5f472bba42733f18dc7.zip
WINTERMUTE: Defaults -> float
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/graphics/transform_struct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/graphics/transform_struct.h b/engines/wintermute/graphics/transform_struct.h
index 9a28a48bd1..ed30044174 100644
--- a/engines/wintermute/graphics/transform_struct.h
+++ b/engines/wintermute/graphics/transform_struct.h
@@ -26,8 +26,8 @@
#include "engines/wintermute/math/rect32.h"
#include "engines/wintermute/dctypes.h"
-#define DEFAULT_ZOOM_X 100
-#define DEFAULT_ZOOM_Y 100
+#define DEFAULT_ZOOM_X 100.0
+#define DEFAULT_ZOOM_Y 100.0
#define DEFAULT_RGBAMOD 0xFFFFFFFF
#define DEFAULT_HOTSPOT_X 0
#define DEFAULT_HOTSPOT_Y 0