From c6752cccf5186fb04c97e2bb4a64c52fc9447073 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 28 Feb 2004 12:58:13 +0000 Subject: renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/main.cpp') 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); -- cgit v1.2.3