Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DCiv_Quotes.cc704 if ( pCiv->bCurrentCivQuote == CIV_QUOTE_HINT ) in StartCivQuote()
708 pCiv->bCurrentCivQuote = -1; in StartCivQuote()
722 if ( pCiv->bCurrentCivQuote == -1 ) in StartCivQuote()
725 pCiv->bCurrentCivQuote = (INT8)Random(gubNumEntries[ubCivQuoteID] - 2); in StartCivQuote()
729 ubEntryID = pCiv->bCurrentCivQuote + pCiv->bCurrentCivQuoteDelta; in StartCivQuote()
736 pCiv->bCurrentCivQuote = ubCivQuoteID; in StartCivQuote()
H A DSoldier_Control.h768 INT8 bCurrentCivQuote; member
H A DLoadSaveSoldierType.cc504 EXTR_I8(d, s->bCurrentCivQuote) in ExtractSoldierType()
1014 INJ_I8(d, s->bCurrentCivQuote) in InjectSoldierType()
H A DSoldier_Create.cc959 s.bCurrentCivQuote = -1; in InitSoldierStruct()