Changeset 49

Show
Ignore:
Timestamp:
04/19/07 13:12:53 (2 years ago)
Author:
takkaria
Message:

Fix option_text[] having too few entries, and let cmd4.c compile.

Files:

Legend:

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

    r48 r49  
    439439 
    440440        object_region.col = g_name_len+3; 
    441         group_region.width = g_nam_len; 
     441        group_region.width = g_name_len; 
    442442 
    443443        /* Disable the roguelike commands for the duration */ 
  • trunk/src/tables.c

    r48 r49  
    16501650        NULL,                                           /* xxx */ 
    16511651        NULL,                                           /* xxx */ 
     1652        NULL,                                           /* xxx */ 
     1653        NULL,                                           /* xxx */ 
    16521654        NULL                                            /* xxx */ 
    16531655}; 
     
    19651967        TRUE,           /* OPT_dungeon_align */ 
    19661968        TRUE,           /* OPT_dungeon_stair */ 
    1967         TRUE,          /* OPT_adult_ai_sound */ 
    1968         TRUE,          /* OPT_adult_ai_smell */ 
     1969        FALSE,         /* xxx adult_ai_sound */ 
     1970        FALSE,         /* xxx adult_ai_smell */ 
    19691971        FALSE,          /* xxx track_follow */ 
    19701972        FALSE,          /* xxx track_target */ 
    1971         FALSE,          /* OPT_smart_learn */ 
    1972         FALSE,          /* OPT_smart_cheat */ 
     1973        FALSE,          /* xxx smart_learn */ 
     1974        FALSE,          /* xxx smart_cheat */ 
    19731975        FALSE,          /* xxx view_reduce_lite */ 
    19741976        FALSE,          /* xxx hidden_player */