Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 21 | ||
---|---|---|---|
Line 294... | Line 294... | ||
294 | } else if (strcasecmp(argv[i], "--no-sound-options") == 0) { // Pierre-Marie Baty -- invert option default value |
294 | } else if (strcasecmp(argv[i], "--no-sound-options") == 0) { // Pierre-Marie Baty -- invert option default value |
295 | harness_game_config.sound_options = 0; // Pierre-Marie Baty -- invert option default value |
295 | harness_game_config.sound_options = 0; // Pierre-Marie Baty -- invert option default value |
296 | handled = 1; |
296 | handled = 1; |
297 | } else if (strcasecmp(argv[i], "--no-bind") == 0) { |
297 | } else if (strcasecmp(argv[i], "--no-bind") == 0) { |
298 | harness_game_config.no_bind = 1; |
298 | harness_game_config.no_bind = 1; |
- | 299 | handled = 1; |
|
- | 300 | } else if (strcasecmp(argv[i], "--no-music") == 0) { |
|
- | 301 | harness_game_config.no_music = 1; |
|
299 | handled = 1; |
302 | handled = 1; |
300 | } |
303 | } |
301 | 304 | ||
302 | if (handled) { |
305 | if (handled) { |
303 | // shift args downwards |
306 | // shift args downwards |