diff options
| author | Vicent Marti | 2008-05-28 15:03:30 +0000 |
|---|---|---|
| committer | Vicent Marti | 2008-05-28 15:03:30 +0000 |
| commit | 8a83eafbf3119c4acec8e294b883da4c500efeeb (patch) | |
| tree | 5f16fd573b89852daeefbc233335492134b4332d /base | |
| parent | 74c458153e5674758e8bd425c9205beb6412726b (diff) | |
| download | scummvm-rg350-8a83eafbf3119c4acec8e294b883da4c500efeeb.tar.gz scummvm-rg350-8a83eafbf3119c4acec8e294b883da4c500efeeb.tar.bz2 scummvm-rg350-8a83eafbf3119c4acec8e294b883da4c500efeeb.zip | |
Misc fixes.
Constant naming fixes.
svn-id: r32342
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 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; |
