Changeset 790

Show
Ignore:
Timestamp:
03/18/08 13:42:35 (6 months ago)
Author:
takkaria
Message:

Get main-gtk compiling again, and remove a now-unnecessary check on the current port.

Files:

Legend:

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

    r708 r790  
    22912291 
    22922292                /* Display uniques in a special colour */ 
    2293                 if (r_ptr->flags1 & RF1_UNIQUE) 
     2293                if (r_ptr->flags[0] & RF1_UNIQUE) 
    22942294                        attr = TERM_VIOLET; 
    22952295                else 
  • trunk/src/main.c

    r773 r790  
    420420 
    421421        /* Process the player name */ 
    422         if (strcmp(ANGBAND_SYS, "gtk")) 
    423                 process_player_name(TRUE); 
     422        process_player_name(TRUE); 
    424423 
    425424        /* Install "quit" hook */