MCPcopy Create free account
hub / github.com/diasurgical/devilution / DeltaSaveLevel

Function DeltaSaveLevel

Source/msg.cpp:448–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void DeltaSaveLevel()
449{
450 int i;
451
452 if (gbMaxPlayers != 1) {
453 for (i = 0; i < MAX_PLRS; i++) {
454 if (i != myplr)
455 plr[i]._pGFXLoad = 0;
456 }
457 plr[myplr]._pLvlVisited[currlevel] = TRUE;
458 delta_leave_sync(currlevel);
459 }
460}
461
462void DeltaLoadLevel()
463{

Callers 1

ShowProgressFunction · 0.85

Calls 1

delta_leave_syncFunction · 0.85

Tested by

no test coverage detected