aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 95f371857d..a6acab1caf 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -38,10 +38,9 @@
extern void GraphicsOff(void);
#endif
-int autosave(int interval) /* Not in class to prevent being bound */
+void autosave(Scumm * scumm) /* Not in class to prevent being bound */
{
- g_scumm->_doAutosave = true;
- return interval;
+ scumm->_doAutosave = true;
}
void Scumm::initRandSeeds()