| 243 | } |
| 244 | |
| 245 | void zNPCDuplotron::Process(xScene* xscn, F32 dt) |
| 246 | { |
| 247 | xPsyche* psy; |
| 248 | |
| 249 | if (this->spawner != NULL) |
| 250 | { |
| 251 | this->spawner->Timestep(dt); |
| 252 | } |
| 253 | psy = this->psy_instinct; |
| 254 | if (psy != NULL) |
| 255 | { |
| 256 | psy->Timestep(dt, NULL); |
| 257 | } |
| 258 | zNPCCommon::Process(xscn, dt); |
| 259 | return; |
| 260 | } |
| 261 | |
| 262 | void zNPCDuplotron::SelfSetup() |
| 263 | { |