Added fields and methods from mohaas and mohaab

This commit is contained in:
smallmodel 2023-10-12 19:21:41 +02:00
parent 1fb073fd6a
commit 7b721c7849
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
4 changed files with 1242 additions and 856 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -91,6 +91,16 @@ void Actor::End_MachineGunner(void)
} }
} }
void Actor::ThinkHoldGun_TurretGun(void)
{
// FIXME: unimplemented
}
void Actor::Think_MachineGunner_TurretGun(void)
{
// FIXME: unimplemented
}
void Actor::Think_MachineGunner(void) void Actor::Think_MachineGunner(void)
{ {
if (RequireThink()) { if (RequireThink()) {

View file

@ -726,6 +726,16 @@ void Actor::State_Turret_Wait(void)
} }
} }
void Actor::State_Turret_Retarget_Shoot(void)
{
// FIXME: unimplemented
}
void Actor::State_Turret_Retarget_Suppress(void)
{
// FIXME: unimplemented
}
void Actor::State_Turret_Retarget_Sniper_Node(void) void Actor::State_Turret_Retarget_Sniper_Node(void)
{ {
PathNode *pSniperNode; PathNode *pSniperNode;