| 1394 | } |
| 1395 | |
| 1396 | void zNPCBPatrick_GameIsPaused(zScene* scn) |
| 1397 | { |
| 1398 | if (sPat_Ptr && sPat_Ptr->bossFlags & 0x100) |
| 1399 | { |
| 1400 | sPat_Ptr->bossFlags &= 0xfffffeff; |
| 1401 | sPat_Ptr->hiddenByCutscene(); |
| 1402 | } |
| 1403 | } |
| 1404 | |
| 1405 | // 70% |
| 1406 | void zNPCBPatrick::RenderGlobs() |
no test coverage detected