Changeset 643
- Timestamp:
- 12/24/07 14:52:04 (1 year ago)
- Files:
-
- trunk/src/defines.h (modified) (1 diff)
- trunk/src/load.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/defines.h
r639 r643 45 45 */ 46 46 #define VERSION_MAJOR 3 47 #define VERSION_MINOR 048 #define VERSION_PATCH 1247 #define VERSION_MINOR 1 48 #define VERSION_PATCH 0 49 49 #define VERSION_EXTRA 0 50 50 trunk/src/load.c
r636 r643 690 690 int i; 691 691 byte tmp8u; 692 692 693 693 monster_race *r_ptr = &r_info[r_idx]; 694 694 monster_lore *l_ptr = &l_list[r_idx]; … … 2260 2260 2261 2261 /* Read in the history list if the savefile is new enough */ 2262 if (!older_than(3, 0, 11))2262 if (!older_than(3, 1, 0)) 2263 2263 { 2264 2264 size_t i;
