Launcher window is now centered and will launch Quake when Return key is pressed.

Enabled PPC builds.
All OS X builds are without music support for now.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@431 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
kristianduske 2011-03-28 10:03:28 +00:00
parent a67360f0b7
commit 4b3ef140e1

View file

@ -107,6 +107,7 @@ NSString *FQPrefScreenModeKey = @"ScreenMode";
[arguments removeArgument:@"-nolauncher"];
[self launchQuake:self];
} else {
[launcherWindow center];
[launcherWindow makeKeyAndOrderFront:self];
SUUpdater* updater = [SUUpdater sharedUpdater];