This commit is contained in:
Charles 2001-04-20 20:22:16 +00:00
parent 952fb82287
commit f613848385
27 changed files with 552 additions and 730 deletions

View file

@ -32,6 +32,11 @@
#endif
void CNpcGhostPirateEnemy::postInit()
{
m_heading = m_fireHeading = 3072;
}
bool CNpcGhostPirateEnemy::processSensor()
{
switch( m_sensorFunc )