From 8a83eafbf3119c4acec8e294b883da4c500efeeb Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Wed, 28 May 2008 15:03:30 +0000 Subject: Misc fixes. Constant naming fixes. svn-id: r32342 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 51b3451837..be0c84bb1c 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -70,7 +70,7 @@ static bool launcherDialog(OSystem &system) { #if 1 - GUI::InterfaceManager iManager(&system, GUI::InterfaceManager::GFX_Standard_16bit); + GUI::InterfaceManager iManager(&system, GUI::InterfaceManager::kGfxStandard16bit); iManager.runGUI(); return true; -- cgit v1.2.3