Changeset 773

Show
Ignore:
Timestamp:
03/12/08 17:51:30 (6 months ago)
Author:
takkaria
Message:

Fix a case of inverted logic.

Files:

Legend:

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

    r764 r773  
    420420 
    421421        /* Process the player name */ 
    422         if (!strcmp(ANGBAND_SYS, "gtk")) 
     422        if (strcmp(ANGBAND_SYS, "gtk")) 
    423423                process_player_name(TRUE); 
    424424