aboutsummaryrefslogtreecommitdiff
path: root/sky/control.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-07-05 15:47:45 +0000
committerRobert Göffringmann2003-07-05 15:47:45 +0000
commitd3bdb565fc5da2c90f1517af0ebc24a37f5c5656 (patch)
tree921d21b67dc3e75c938f9851f7c120a03bb5d313 /sky/control.h
parentfcfe55f574ba6765e1818dece255c3209f1fca62 (diff)
downloadscummvm-rg350-d3bdb565fc5da2c90f1517af0ebc24a37f5c5656.tar.gz
scummvm-rg350-d3bdb565fc5da2c90f1517af0ebc24a37f5c5656.tar.bz2
scummvm-rg350-d3bdb565fc5da2c90f1517af0ebc24a37f5c5656.zip
Dont show cursor when restoring game
+ warn user when he tries loading an old savegame (not that pretty, yet) svn-id: r8781
Diffstat (limited to 'sky/control.h')
-rw-r--r--sky/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/control.h b/sky/control.h
index ebfeafcddd..02aceb5ba2 100644
--- a/sky/control.h
+++ b/sky/control.h
@@ -165,7 +165,7 @@ private:
void delay(unsigned int amount);
void animClick(SkyConResource *pButton);
- bool getYesNo(void);
+ bool getYesNo(char *text);
void buttonControl(SkyConResource *pButton);
uint16 handleClick(SkyConResource *pButton);
uint16 doMusicSlide(void);