mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 11:38:01 +03:00
Added fields and methods from mohaas and mohaab
This commit is contained in:
parent
1fb073fd6a
commit
7b721c7849
4 changed files with 1242 additions and 856 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue