aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-17 15:20:39 +0000
committerJohannes Schickel2008-05-17 15:20:39 +0000
commit56b894bb2dbc099c015c51442f56f43c1e2626f1 (patch)
tree808a9d64a9ed8812534232079b9eec5485c6d353 /engines/kyra/kyra_lok.h
parent8f0703abd2c42e20caf14fa5c5553aa2232aff57 (diff)
downloadscummvm-rg350-56b894bb2dbc099c015c51442f56f43c1e2626f1.tar.gz
scummvm-rg350-56b894bb2dbc099c015c51442f56f43c1e2626f1.tar.bz2
scummvm-rg350-56b894bb2dbc099c015c51442f56f43c1e2626f1.zip
Changed parameter of KyraEngine_LoK::setMouseItem.
svn-id: r32153
Diffstat (limited to 'engines/kyra/kyra_lok.h')
-rw-r--r--engines/kyra/kyra_lok.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h
index 5e244e4925..2eee4f2f6e 100644
--- a/engines/kyra/kyra_lok.h
+++ b/engines/kyra/kyra_lok.h
@@ -284,7 +284,7 @@ protected:
// -> mouse item
void setHandItem(uint16 item);
void removeHandItem();
- void setMouseItem(int item);
+ void setMouseItem(uint16 item);
// -> graphics effects
void wipeDownMouseItem(int xpos, int ypos);