Skip to content

Commit 11b667a

Browse files
Fixed inability to launch using the (-)-help argument.
1 parent e400ac6 commit 11b667a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SDL/main.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ int main(int argc, char *argv[])
160160
{
161161
[controller setPlayerFileToLoad:argument];
162162
}
163-
else continue;
164163

165164
if (!strcmp("-help", argv[i]) || !strcmp("--help", argv[i]))
166165
{

0 commit comments

Comments
 (0)