aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index c36b331785..eb21651c56 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -1023,7 +1023,7 @@ void Script::o_loadgame() {
debugScript(1, true, "LOADGAME var[0x%04X] -> slot=%d (TODO)", varnum, slot);
loadgame(slot);
- _vm->_system->clearScreen();
+ _vm->_system->fillScreen(0);
}
void Script::o_savegame() {