aboutsummaryrefslogtreecommitdiff
path: root/script_v2.cpp
diff options
context:
space:
mode:
authorTravis Howell2002-03-06 10:35:39 +0000
committerTravis Howell2002-03-06 10:35:39 +0000
commit4a98b9b9e96712e7dccf6c4c04533f3bd22430d8 (patch)
treec3a1c0c981453960f516a06a747450ad1819a8d6 /script_v2.cpp
parent4f560e976f040b84a99fa71aaed70a6682c4333c (diff)
downloadscummvm-rg350-4a98b9b9e96712e7dccf6c4c04533f3bd22430d8.tar.gz
scummvm-rg350-4a98b9b9e96712e7dccf6c4c04533f3bd22430d8.tar.bz2
scummvm-rg350-4a98b9b9e96712e7dccf6c4c04533f3bd22430d8.zip
Add Matti Hmlinen's patch to suppress warnings
svn-id: r3664
Diffstat (limited to 'script_v2.cpp')
-rw-r--r--script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index 8ed1e07ca1..dddc56e534 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -2486,7 +2486,7 @@ void Scumm::o6_miscOps() {
warning("o6_miscOps: stub11(%d)", args[1]);
break;
case 12:
- setCursorImg(args[1], -1, args[2]);
+ setCursorImg(args[1], (uint) -1, args[2]);
break;
case 13:
warning("o6_miscOps: stub13(%d,%d,%d,%d)",args[1],args[2],args[3],args[4]);