| 973 | } |
| 974 | |
| 975 | void zNPCArfDog::Setup() |
| 976 | { |
| 977 | zNPCCommon::Setup(); |
| 978 | if (rast_blink == NULL) |
| 979 | { |
| 980 | rast_blink = NPCC_FindRWRaster(stringBase + 0x2e2); // "fx_fodbomb_blinker" |
| 981 | } |
| 982 | } |
| 983 | |
| 984 | void zNPCFodBomb::Setup() |
| 985 | { |
nothing calls this directly
no test coverage detected