Renamed inc_array to stop nwnx include collisions
Renamed inc_array to stop nwnx include collisions Added missing bonus feat 2da for Forest Master. Changed prc_newspellbook.hak to prc_nsb.hak to prevent issues with nwserver. Updated tester module. Updated release archive.
This commit is contained in:
@@ -98,7 +98,7 @@ string GetAMSDefinitionFileName(int nClass);
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
#include "inc_2dacache"
|
||||
#include "inc_array"
|
||||
#include "prc_inc_array"
|
||||
#include "prc_class_const"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
|
@@ -176,7 +176,7 @@ int persistant_array_exists(object store, string name);
|
||||
/////////////////////////////////////
|
||||
|
||||
#include "inc_persist_loca"
|
||||
#include "inc_array" // yes this is also got via inc_persist_loca if rather indirectly
|
||||
#include "prc_inc_array" // yes this is also got via inc_persist_loca if rather indirectly
|
||||
|
||||
/////////////////////////////////////
|
||||
// Implementation
|
||||
|
@@ -69,7 +69,7 @@ erf : prc8_consortium.erf
|
||||
# module.Hak : prc8_include.hak
|
||||
module.Hak : prc8_2das.hak
|
||||
module.Hak : prc8_scripts.hak
|
||||
module.Hak : prc8_newspellbook.hak
|
||||
module.Hak : prc8_nsb.hak
|
||||
module.Hak : prc8_spells.hak
|
||||
module.Hak : prc8_epicspells.hak
|
||||
module.Hak : prc8_psionics.hak
|
||||
|
Reference in New Issue
Block a user