Quote:
*/
#define SPDAT_RECORDS 3602
#define EFFECT_COUNT 12
enum RESISTTYPE {
RESIST_NONE = 0,
RESIST_MAGIC = 1,
RESIST_FIRE = 2,
RESIST_COLD = 3,
RESIST_POISON = 4,
RESIST_DISEASE = 5 };
|
That's in spdat.h, I guess it's not really a limit perse, but could it be that it's only looking for 3602 max due to that? Dunno I may be reading it wrong.