We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c642f commit 4bd37bcCopy full SHA for 4bd37bc
1 file changed
src/player.cpp
@@ -681,7 +681,7 @@ Game_Config Player::ParseCommandLine() {
681
PrintUsage();
682
exit(0);
683
break;
684
- }
+ }*/
685
#ifdef __EMSCRIPTEN__
686
if (cp.ParseNext(arg, 1, "--game")) {
687
if (arg.NumValues() > 0) {
@@ -690,7 +690,6 @@ Game_Config Player::ParseCommandLine() {
690
continue;
691
}
692
#endif
693
- */
694
cp.SkipNext();
695
696
0 commit comments