aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-30 20:41:02 +0000
committerGregory Montoir2003-11-30 20:41:02 +0000
commit577aad5eddf9bf9c3df67a92da1f34446e20d6e5 (patch)
treec9afead45d327fc983a0fda1a1b5b693d5357441 /queen/logic.h
parent785da90067a6b7689804e5573b2b392ee953014a (diff)
downloadscummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.gz
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.bz2
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.zip
cleanup
svn-id: r11438
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/logic.h b/queen/logic.h
index d2f3465f60..fc66980590 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -218,7 +218,7 @@ public:
void roomSetupObjects(); // DISP_OBJECTS
uint16 roomRefreshObject(uint16 obj); // REDISP_OBJECT
void roomSetup(const char *room, int comPanel, bool inCutaway);
- void roomDisplay(const char *room, RoomDisplayMode mode, uint16 joeScale, int comPanel, bool inCutaway); // DISP_ROOM
+ void roomDisplay(uint16 room, RoomDisplayMode mode, uint16 joeScale, int comPanel, bool inCutaway); // DISP_ROOM
uint16 findScale(uint16 x, uint16 y);