mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-15 01:11:59 +00:00
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:
parent
a67360f0b7
commit
4b3ef140e1
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ NSString *FQPrefScreenModeKey = @"ScreenMode";
|
|||
[arguments removeArgument:@"-nolauncher"];
|
||||
[self launchQuake:self];
|
||||
} else {
|
||||
[launcherWindow center];
|
||||
[launcherWindow makeKeyAndOrderFront:self];
|
||||
|
||||
SUUpdater* updater = [SUUpdater sharedUpdater];
|
||||
|
|
Loading…
Reference in a new issue