Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
src/main/macosx/SDLMain.m
|
@@ -297,10 +297,7 @@ - (NSString *)stringByReplacingRange:(NSRange)aRange with:(NSString *)aString |
|
|
/* Main entry point to executable - should *not* be SDL_main! */ |
|
|
int main (int argc, char **argv) |
|
|
{ |
|
|
|
|
|
/* Copy the arguments into a global variable */ |
|
|
int i; |
|
|
|
|
|
/* This is passed if we are launched by double-clicking */ |
|
|
if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) { |
|
|
gArgc = 1; |
|
|