| 70 | |
| 71 | S32 SelfType() const; |
| 72 | void RestoreColFlags() |
| 73 | { |
| 74 | flags2.flg_colCheck = ColChkFlags(); |
| 75 | flags2.flg_penCheck = ColPenFlags(); |
| 76 | chkby = ColChkByFlags(); |
| 77 | penby = ColPenByFlags(); |
| 78 | pflags = PhysicsFlags(); |
| 79 | colFreq = -1; |
| 80 | } |
| 81 | |
| 82 | void DBG_PStatClear(); |
| 83 | void DBG_PStatOn(en_npcperf stat) |
no test coverage detected