diff options
author | Eugene Sandulenko | 2006-06-15 13:18:28 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-06-15 13:18:28 +0000 |
commit | 6f844ae420e3a5722a1b580b1de95713a2b832a6 (patch) | |
tree | 5380443b1f027727b0083eb7efa4f4ea87c8f091 /base | |
parent | 65041ae239055e07b7f592f1cfcca01e1c89e159 (diff) | |
download | scummvm-rg350-6f844ae420e3a5722a1b580b1de95713a2b832a6.tar.gz scummvm-rg350-6f844ae420e3a5722a1b580b1de95713a2b832a6.tar.bz2 scummvm-rg350-6f844ae420e3a5722a1b580b1de95713a2b832a6.zip |
- Make tabs narrower so they all fit on screen. Now navigation buttons
appear only on PSP resolution
- Combined Audio/Volume tab in game options for consistency.
svn-id: r23130
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp index 49b36c312a..94f5617f16 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -118,7 +118,6 @@ static bool launcherDialog(OSystem &system) { // Set the user specified graphics mode (if any). system.setGraphicsMode(ConfMan.get("gfx_mode").c_str()); - // Make GUI 640 x 400 system.initSize(320, 200); system.endGFXTransaction(); |