aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-12-09 16:41:08 +0000
committerJohannes Schickel2009-12-09 16:41:08 +0000
commit421363a13258c149bdf976938e7dc8d8438aa9db (patch)
treea5146aade6553dbcc2e01f7b6dad8411447908b1 /graphics/cursorman.h
parent5df86e4cccf294f6e4eccd08fb82c94fe3817a60 (diff)
downloadscummvm-rg350-421363a13258c149bdf976938e7dc8d8438aa9db.tar.gz
scummvm-rg350-421363a13258c149bdf976938e7dc8d8438aa9db.tar.bz2
scummvm-rg350-421363a13258c149bdf976938e7dc8d8438aa9db.zip
Slightly modified commit of patch #2911414 "MSVC: conversions warnings in common code".
svn-id: r46308
Diffstat (limited to 'graphics/cursorman.h')
-rw-r--r--graphics/cursorman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cursorman.h b/graphics/cursorman.h
index a0f01886b2..b6afa10fa7 100644
--- a/graphics/cursorman.h
+++ b/graphics/cursorman.h
@@ -175,7 +175,7 @@ private:
int _hotspotY;
uint32 _keycolor;
Graphics::PixelFormat _format;
- byte _targetScale;
+ int _targetScale;
uint _size;
Cursor(const byte *data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor = 0xFFFFFFFF, int targetScale = 1, const Graphics::PixelFormat *format = NULL) {