Changeset 726
- Timestamp:
- 02/26/08 22:57:35 (9 months ago)
- Files:
-
- trunk/src/main.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main.c
r664 r726 329 329 arg_graphics = GRAPHICS_ADAM_BOLT; 330 330 break; 331 }332 333 case 'S':334 case 's':335 {336 show_score = atoi(arg);337 if (show_score <= 0) show_score = 10;338 continue;339 331 } 340 332 … … 384 376 puts(" -v Request sound mode"); 385 377 puts(" -g Request graphics mode"); 386 puts(" -s<num> Show <num> high scores (default: 10)");387 378 puts(" -u<who> Use your <who> savefile"); 388 379 puts(" -d<path> Store pref files and screendumps in <path>"); … … 457 448 458 449 /* Set up the display handlers and things. */ 459 init_display(); 450 init_display(); 460 451 461 452 /* Play the game */
