| 626 | } |
| 627 | |
| 628 | void zNPCPrawn::Init(xEntAsset* a) |
| 629 | { |
| 630 | boss_cam.init(); |
| 631 | init_sound(); |
| 632 | zNPCCommon::Init(a); |
| 633 | memset(&this->flag, 0, 1); |
| 634 | this->flg_move = 1; |
| 635 | this->flg_vuln = 0x11; |
| 636 | this->chkby = 0x10; |
| 637 | this->penby = 0x10; |
| 638 | this->beam.load(this->beam.cfg, xStrHash("glow_ring_add.dff")); |
| 639 | closeup.create(0x100, 0x100); |
| 640 | } |
| 641 | |
| 642 | void zNPCPrawn::Destroy() |
| 643 | { |