Reordings/Float scheduling
| 221 | |
| 222 | // Reordings/Float scheduling |
| 223 | S32 zSaveLoad_poll(S32 i) |
| 224 | { |
| 225 | if (dontPoll < 0.0f) |
| 226 | { |
| 227 | dontPoll = 1.0f; |
| 228 | if (!zSaveLoad_CardCheckSingle(currentCard)) |
| 229 | { |
| 230 | promptSel = i; |
| 231 | currentGame = 0; |
| 232 | } |
| 233 | return 1; |
| 234 | } |
| 235 | return 1; |
| 236 | } |
| 237 | |
| 238 | void zSendEventToThumbIcon(U32 toEvent) |
| 239 | { |
no test coverage detected