Floating point assignments are out of order.
| 478 | |
| 479 | // Floating point assignments are out of order. |
| 480 | void zMenuFMVPlay(char* filename, U32 buttons, F32 time, bool skippable, bool lockController) |
| 481 | { |
| 482 | if (filename) |
| 483 | { |
| 484 | zFMVPlay(filename, buttons, time, skippable, lockController); |
| 485 | time_last = (float)iTimeGet(); |
| 486 | time_current = time_last; |
| 487 | sAttractMode_timer = 48.264f; |
| 488 | } |
| 489 | } |
| 490 | |
| 491 | S32 zMenuIsFirstBoot() |
| 492 | { |