Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DMercs.cc966 if (LaptopSaveInfo.gubLastMercIndex >= (listings.size() - 1)) in IsSpeckTryingToRecruit()
972 auto nextAvailable = listings[LaptopSaveInfo.gubLastMercIndex + 1]; in IsSpeckTryingToRecruit()
1333 if (m->index > LaptopSaveInfo.gubLastMercIndex) in IsMercMercAvailable()
1639 if (merc->index <= LaptopSaveInfo.gubLastMercIndex) in CanMercBeAvailableYet()
1694 (LaptopSaveInfo.gubLastMercIndex - merc->index) == 1) in SyncLastMercFromSaveGame()
1697 LaptopSaveInfo.gubLastMercIndex -= 1; in SyncLastMercFromSaveGame()
1709 if (CanMercBeAvailableYet(merc) && LaptopSaveInfo.gubLastMercIndex < merc->index) in MakeNewMercsAvailable()
1711 LaptopSaveInfo.gubLastMercIndex = merc->index; in MakeNewMercsAvailable()
H A DLaptopSave.h91 UINT8 gubLastMercIndex; // the index of the last hirable merc profile in M.E.R.C. member
H A DMercs_Files.cc249 if (gubCurMercIndex <= LaptopSaveInfo.gubLastMercIndex - 1) gubCurMercIndex++; in BtnMercNextButtonCallback()
496 EnableButton(guiNextButton, gubCurMercIndex <= LaptopSaveInfo.gubLastMercIndex - 1); in EnableDisableMercFilesNextPreviousButton()
H A DLaptop.cc3318 INJ_U8( d, l.gubLastMercIndex) in SaveLaptopInfoToSavedGame()
3405 EXTR_U8( d, l.gubLastMercIndex) in LoadLaptopInfoFromSavedGame()