svn-id: r21910
This commit is contained in:
Max Horn 2006-04-15 13:51:49 +00:00
parent 9c4577b639
commit c07fc494d2

View file

@ -137,7 +137,7 @@ static bool launcherDialog(GameDetector &detector, OSystem &system) {
system.setGraphicsMode(ConfMan.get("gfx_mode").c_str());
// Make GUI 640 x 400
system.initSize(320, 200, (ConfMan.getBool("force-1x-overlay") ? 1 : 2));
system.initSize(320, 200, (ConfMan.getBool("force_1x_overlay") ? 1 : 2));
system.endGFXTransaction();