Changeset 849 for trunk/src/save.c

Show
Ignore:
Timestamp:
04/28/08 18:45:39 (4 months ago)
Author:
takkaria
Message:

Move the monster spell flags into their own spell array. Patch by Kenneth Boyd. (Patch Message-ID: <47F2627D.7010300@zaimoni.com>)

Files:

Legend:

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

    r816 r849  
    209209        for (i = 0; i < RACE_FLAG_STRICT_UB; i++) 
    210210                wr_u32b(l_ptr->flags[i]); 
     211        for (i = 0; i < RACE_FLAG_SPELL_STRICT_UB; i++) 
     212                wr_u32b(l_ptr->spell_flags[i]); 
    211213 
    212214