Changeset 917

Show
Ignore:
Timestamp:
05/17/08 08:58:36 (2 months ago)
Author:
takkaria
Message:

(#489) Make DTrap light green rather than dark.

Files:

Legend:

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

    r899 r917  
    841841                        c_put_str(TERM_YELLOW, "DTrap", row, col); 
    842842                else 
    843                         c_put_str(TERM_GREEN, "DTrap", row, col); 
     843                        c_put_str(TERM_L_GREEN, "DTrap", row, col); 
    844844 
    845845                return 5;