Changeset 726

Show
Ignore:
Timestamp:
02/26/08 22:57:35 (9 months ago)
Author:
takkaria
Message:

Fix #411, stop mentioning that -s will display highscores.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main.c

    r664 r726  
    329329                                arg_graphics = GRAPHICS_ADAM_BOLT; 
    330330                                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; 
    339331                        } 
    340332 
     
    384376                                puts("  -v             Request sound mode"); 
    385377                                puts("  -g             Request graphics mode"); 
    386                                 puts("  -s<num>        Show <num> high scores (default: 10)"); 
    387378                                puts("  -u<who>        Use your <who> savefile"); 
    388379                                puts("  -d<path>       Store pref files and screendumps in <path>"); 
     
    457448 
    458449        /* Set up the display handlers and things. */ 
    459         init_display();    
     450        init_display(); 
    460451 
    461452        /* Play the game */