mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-13 22:34:16 +00:00
Applied patch to remove poseAsClass call and fixed a compiler warning.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@580 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
72efc8e384
commit
a16fc07fd2
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
<key>NSMainNibFile</key>
|
||||
<string>Launcher</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<string>SDLApplication</string>
|
||||
<key>SUEnableAutomaticChecks</key>
|
||||
<false/>
|
||||
<key>SUFeedURL</key>
|
||||
|
|
|
@ -78,7 +78,6 @@ int main (int argc, char **argv)
|
|||
gFinderLaunch = NO;
|
||||
}
|
||||
|
||||
[SDLApplication poseAsClass:[NSApplication class]];
|
||||
NSApplicationMain (argc, argv);
|
||||
NSApplicationMain (argc, (const char**) argv);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue