aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-04-26 13:28:34 +0000
committerMax Horn2003-04-26 13:28:34 +0000
commit2d8fa42f4492ff4ea8defaa12569c8b4587e4454 (patch)
treeb79d1beb3211d9be800fd1c65ca0c1dd66905eee /scumm/scumm.h
parent5626e42f5bf50ae7fdde587047d48cf6986d61e8 (diff)
downloadscummvm-rg350-2d8fa42f4492ff4ea8defaa12569c8b4587e4454.tar.gz
scummvm-rg350-2d8fa42f4492ff4ea8defaa12569c8b4587e4454.tar.bz2
scummvm-rg350-2d8fa42f4492ff4ea8defaa12569c8b4587e4454.zip
renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in Loom
svn-id: r7132
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index d49d36ca20..2c5ad3b8b6 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -815,7 +815,7 @@ public:
void setCursor(int cursor);
void setCursorImg(uint img, uint room, uint imgindex);
- void setCursorHotspot2(int x, int y);
+ void setCursorHotspot(int x, int y);
void grabCursor(int x, int y, int w, int h);
void grabCursor(byte *ptr, int width, int height);
void makeCursorColorTransparent(int a);