aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-13 05:58:11 +0000
committerTony Puccinelli2010-08-13 05:58:11 +0000
commit2cd99b449f9a42f8d9cc45ae4902e326f8925bd8 (patch)
tree068f35430082a246f068c4414ac906df4eb4e964 /gui
parent62d8126df0ec90a9b1f3b660fce769631c57208e (diff)
downloadscummvm-rg350-2cd99b449f9a42f8d9cc45ae4902e326f8925bd8.tar.gz
scummvm-rg350-2cd99b449f9a42f8d9cc45ae4902e326f8925bd8.tar.bz2
scummvm-rg350-2cd99b449f9a42f8d9cc45ae4902e326f8925bd8.zip
refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME
svn-id: r52058
Diffstat (limited to 'gui')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index bc5debd9cd..ae91ae3a57 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -875,7 +875,7 @@ void LauncherDialog::loadGame(int item) {
const EnginePlugin *plugin = 0;
-#if defined(NEW_PLUGIN_DESIGN_FIRST_REFINEMENT) && defined(DYNAMIC_MODULES)
+#if defined(ONE_PLUGIN_AT_A_TIME) && defined(DYNAMIC_MODULES)
EngineMan.findGameOnePlugAtATime(gameId, &plugin);
#else
EngineMan.findGame(gameId, &plugin);