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

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)
{
if (RequireThink()) {