aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index bbc827a94d..336607d657 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -239,7 +239,7 @@ static void setupGraphics(OSystem &system) {
system.setWindowCaption(gScummVMFullVersion);
// Clear the main screen
- system.clearScreen();
+ system.fillScreen(0);
}