Home
last modified time | relevance | path

Searched refs:guiNumNPCSaves (Results 1 – 1 of 1) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DMeanwhile.cc95 static UINT32 guiNumNPCSaves = 0; variable
164 for (NPC_SAVE_INFO* si = gNPCSaveData; si != gNPCSaveData + guiNumNPCSaves; ++si) in GetFreeNPCSave()
168 if (guiNumNPCSaves < MAX_MEANWHILE_PROFILES) in GetFreeNPCSave()
170 return &gNPCSaveData[guiNumNPCSaves++]; in GetFreeNPCSave()
532 …for (const NPC_SAVE_INFO* si = gNPCSaveData, *const end = gNPCSaveData + guiNumNPCSaves; si != end… in RestoreNPCMeanwhile()