diff options
Diffstat (limited to 'base')
| -rw-r--r-- | base/main.cpp | 2 |
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); |
