Skip to content

Commit 4bd37bc

Browse files
committed
Fix cmd parser not allowing specifying games
1 parent e9c642f commit 4bd37bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/player.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ Game_Config Player::ParseCommandLine() {
681681
PrintUsage();
682682
exit(0);
683683
break;
684-
}
684+
}*/
685685
#ifdef __EMSCRIPTEN__
686686
if (cp.ParseNext(arg, 1, "--game")) {
687687
if (arg.NumValues() > 0) {
@@ -690,7 +690,6 @@ Game_Config Player::ParseCommandLine() {
690690
continue;
691691
}
692692
#endif
693-
*/
694693
cp.SkipNext();
695694
}
696695

0 commit comments

Comments
 (0)