|
|
|
|
@ -58,6 +58,7 @@ int AvailableObjects[MAXOBJECTS];
|
|
|
|
|
int ActiveObjects[MAXOBJECTS]; |
|
|
|
|
int ActiveObjectCount; |
|
|
|
|
bool LoadingMapObjects; |
|
|
|
|
int NaKrulTomeSequence; |
|
|
|
|
|
|
|
|
|
namespace { |
|
|
|
|
|
|
|
|
|
@ -115,9 +116,6 @@ object_graphic_id ObjFileList[40];
|
|
|
|
|
int leverid; |
|
|
|
|
int numobjfiles; |
|
|
|
|
|
|
|
|
|
/** Tracks progress through the tome sequence that spawns Na-Krul (see OperateNakrulBook()) */ |
|
|
|
|
int NaKrulTomeSequence; |
|
|
|
|
|
|
|
|
|
/** Specifies the X-coordinate delta between barrels. */ |
|
|
|
|
int bxadd[8] = { -1, 0, 1, -1, 1, -1, 0, 1 }; |
|
|
|
|
/** Specifies the Y-coordinate delta between barrels. */ |
|
|
|
|
|