| 98 | } |
| 99 | |
| 100 | void zNPCDuplotron::Init(xEntAsset* asset) |
| 101 | { |
| 102 | zNPCCommon::Init(asset); |
| 103 | this->flg_move = 1; |
| 104 | this->flg_vuln = -0xfff9; |
| 105 | this->flg_vuln &= ~0x60000000; |
| 106 | this->flg_vuln &= ~0x1000000; |
| 107 | this->rast_blinky = NULL; |
| 108 | return; |
| 109 | } |
| 110 | |
| 111 | void zNPCDuplotron::Setup() |
| 112 | { |