aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sysvar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/sysvar.cpp')
-rw-r--r--engines/tinsel/sysvar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/sysvar.cpp b/engines/tinsel/sysvar.cpp
index 41437c069b..a83116433e 100644
--- a/engines/tinsel/sysvar.cpp
+++ b/engines/tinsel/sysvar.cpp
@@ -38,7 +38,7 @@ typedef enum { DOS_PC, WIN_PC, APPLE_MAC, SONY_PSX, SEGA_SATURN } platform;
//----------------- GLOBAL GLOBAL DATA --------------------
-extern int NewestSavedGame(void);
+extern int NewestSavedGame();
//----------------- LOCAL GLOBAL DATA --------------------
@@ -194,7 +194,7 @@ SCNHANDLE SysString(int number) {
* Gets the no blocking flag. Note that for convenience, the systemVars array
* entry is used even for Tinsel 1, which originally used a separate variable.
*/
-bool GetNoBlocking(void) {
+bool GetNoBlocking() {
return SysVar(ISV_NO_BLOCKING);
}