aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-06-10 06:48:50 +0000
committerTorbjörn Andersson2004-06-10 06:48:50 +0000
commit3c70f5a85c6619d60d1f58b821c5cc3fd866ce74 (patch)
tree34c29418ef0a4aebd59b2c89e75d83de705de890 /sword2/sword2.h
parentdabb32ce1ac3ffd961c2cb222d6f48e4e29f6356 (diff)
downloadscummvm-rg350-3c70f5a85c6619d60d1f58b821c5cc3fd866ce74.tar.gz
scummvm-rg350-3c70f5a85c6619d60d1f58b821c5cc3fd866ce74.tar.bz2
scummvm-rg350-3c70f5a85c6619d60d1f58b821c5cc3fd866ce74.zip
If the 'time' parameter to displayMsg() is 0, wait until the user clicks
or presses a button. This is how displayMsg() was always used, so the only difference is that the code to check for events is no longer outside the function. In the process, it turned out that removeMsg() was probably unnecessary so I have removed it. May cause regressions, but we can deal with them later. svn-id: r13953
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 29f4267c0b..0c7027847b 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -210,7 +210,6 @@ public:
void resetRenderLists(void);
void buildDisplay(void);
void displayMsg(byte *text, int time);
- void removeMsg(void);
void setFullPalette(int32 palRes);
int32 registerFrame(int32 *params);