mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 12:19:23 +00:00
new script commands - mostly stubs
This commit is contained in:
parent
7e5342e9f0
commit
864847a6fe
12 changed files with 1156 additions and 103 deletions
|
@ -64,6 +64,9 @@ CPhysical::CPhysical(void)
|
|||
m_phy_flagA20 = false;
|
||||
|
||||
m_nZoneLevel = LEVEL_NONE;
|
||||
|
||||
bIsFrozen = false;
|
||||
bDontLoadCollision = false;
|
||||
}
|
||||
|
||||
CPhysical::~CPhysical(void)
|
||||
|
|
|
@ -60,6 +60,9 @@ public:
|
|||
uint8 bHitByTrain : 1;
|
||||
uint8 bSkipLineCol : 1;
|
||||
|
||||
uint8 bIsFrozen : 1;
|
||||
uint8 bDontLoadCollision : 1;
|
||||
|
||||
uint8 m_nSurfaceTouched;
|
||||
int8 m_nZoneLevel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue