Changeset 49
- Timestamp:
- 04/19/07 13:12:53 (2 years ago)
- Files:
-
- trunk/src/cmd4.c (modified) (1 diff)
- trunk/src/tables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd4.c
r48 r49 439 439 440 440 object_region.col = g_name_len+3; 441 group_region.width = g_nam _len;441 group_region.width = g_name_len; 442 442 443 443 /* Disable the roguelike commands for the duration */ trunk/src/tables.c
r48 r49 1650 1650 NULL, /* xxx */ 1651 1651 NULL, /* xxx */ 1652 NULL, /* xxx */ 1653 NULL, /* xxx */ 1652 1654 NULL /* xxx */ 1653 1655 }; … … 1965 1967 TRUE, /* OPT_dungeon_align */ 1966 1968 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 */ 1969 1971 FALSE, /* xxx track_follow */ 1970 1972 FALSE, /* xxx track_target */ 1971 FALSE, /* OPT_smart_learn */1972 FALSE, /* OPT_smart_cheat */1973 FALSE, /* xxx smart_learn */ 1974 FALSE, /* xxx smart_cheat */ 1973 1975 FALSE, /* xxx view_reduce_lite */ 1974 1976 FALSE, /* xxx hidden_player */
