mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user