| 438 | } |
| 439 | |
| 440 | S32 zGameIsPaused() |
| 441 | { |
| 442 | if (gGameMode == 8) |
| 443 | { |
| 444 | return 1; |
| 445 | } |
| 446 | if (gGameMode == 7) |
| 447 | { |
| 448 | return 1; |
| 449 | } |
| 450 | if (gGameMode == 6) |
| 451 | { |
| 452 | return 1; |
| 453 | } |
| 454 | return 0; |
| 455 | } |
| 456 | |
| 457 | static iTime t1; |
| 458 |
no outgoing calls
no test coverage detected