- Externalized Kingpin money sector and Hospital sector (by Buggler)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6423 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-09-20 08:19:56 +00:00
parent 1e06d2a725
commit 8221472bc2
4 changed files with 43 additions and 6 deletions
+10
View File
@@ -1716,6 +1716,11 @@ typedef struct
INT32 iBrothelDoor1;
INT32 iBrothelDoor2;
INT32 iBrothelDoor3;
// Kingpin Private Stash
UINT8 ubKingpinMoneySectorX;
UINT8 ubKingpinMoneySectorY;
UINT8 ubKingpinMoneySectorZ;
//Leave Stuff
UINT8 ubOmertaDropOffX;
@@ -1725,6 +1730,11 @@ typedef struct
INT32 sRocketRifleGridNo;
//Hospital Sector
UINT8 ubHospitalSectorX;
UINT8 ubHospitalSectorY;
UINT8 ubHospitalSectorZ;
}MOD_SETTINGS;
extern MOD_SETTINGS gModSettings;