mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +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://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@431 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
78c95e1b91
commit
1200ae8ea8
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