mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 03:07:10 -05:00
*** empty log message ***
This commit is contained in:
@@ -297,10 +297,7 @@ static void CustomApplicationMain (argc, argv)
|
||||
/* 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;
|
||||
|
||||
Reference in New Issue
Block a user