MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zSaveLoad_poll

Function zSaveLoad_poll

src/SB/Game/zSaveLoad.cpp:223–236  ·  view source on GitHub ↗

Reordings/Float scheduling

Source from the content-addressed store, hash-verified

221
222// Reordings/Float scheduling
223S32 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
238void zSendEventToThumbIcon(U32 toEvent)
239{

Calls 1

Tested by

no test coverage detected