Changeset 519

Show
Ignore:
Timestamp:
08/12/07 16:15:19 (1 year ago)
Author:
takkaria
Message:

Remove ANGBAND_LITE define.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/config.h

    r518 r519  
    240240 
    241241 
    242 /* 
    243  * OPTION: Attempt to minimize the size of the game 
    244  */ 
    245 /* #define ANGBAND_LITE */ 
    246  
    247  
    248 /* 
    249  * Hack -- React to the "ANGBAND_LITE" flag 
    250  */ 
    251 #ifdef ANGBAND_LITE 
    252 # undef ALLOW_COLORS 
    253 # undef ALLOW_VISUALS 
    254 # undef ALLOW_MACROS 
    255 # undef MONSTER_FLOW 
    256 # undef DRS_SMART_OPTIONS 
    257 # undef ALLOW_BORG 
    258 # undef ALLOW_DEBUG 
    259 # undef ALLOW_SPOILERS 
    260 # undef ALLOW_TEMPLATES 
    261 # undef MONSTER_AI 
    262 #endif 
    263242 
    264243 
  • trunk/src/defines.h

    r485 r519  
    26582658 
    26592659/* 
    2660  * Hack -- attempt to reduce various values 
    2661  */ 
    2662 #ifdef ANGBAND_LITE 
    2663 # undef MACRO_MAX 
    2664 # define MACRO_MAX      128 
    2665 #endif 
    2666  
    2667  
    2668 /* 
    26692660 * Available graphic modes 
    26702661 */