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 a8356fddae..ab131efbe4 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -211,7 +211,7 @@ static int launcherDialog(GameDetector &detector, OSystem *system) {
255, 255, 255, 0,
};
- system->set_palette(dummy_palette, 0, 16);
+ system->setPalette(dummy_palette, 0, 16);
#ifndef _WIN32_WCE
GUI::LauncherDialog dlg(detector);