| 259 | } |
| 260 | |
| 261 | void xNPCBasic::CollideReview() |
| 262 | { |
| 263 | if (DBG_IsNormLog(eNPCDCAT_Eight, 2)) |
| 264 | { |
| 265 | xDrawSetColor(g_LAVENDER); |
| 266 | xBoundDraw(&bound); |
| 267 | } |
| 268 | } |
| 269 | |
| 270 | void xNPCBasic::NewTime(xScene*, F32) |
| 271 | { |
nothing calls this directly
no test coverage detected