Changeset 898 for trunk/src/xtra3.c
- Timestamp:
- 05/12/08 00:21:54 (6 months ago)
- Files:
-
- trunk/src/xtra3.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/xtra3.c
r887 r898 1 1 /* 2 2 * File: xtra3.c 3 * Purpose: Handles the setting up updating, and cleaning up of the various 3 * Purpose: Handles the setting up updating, and cleaning up of the various 4 4 * things that are displayed by the game. 5 5 * … … 24 24 25 25 #include "tvalsval.h" 26 27 26 28 27 /* … … 668 667 { TMD_OPP_COLD, S("RCold"), TERM_WHITE }, 669 668 { TMD_OPP_POIS, S("RPois"), TERM_GREEN }, 669 { TMD_OPP_CONF, S("RConf"), TERM_VIOLET }, 670 670 { TMD_AMNESIA, S("Amnesiac"), TERM_ORANGE }, 671 671 };
