Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DNPC.cc650 UINT8 first_quote_record; in NPCConsiderTalking() local
655 first_quote_record = record; in NPCConsiderTalking()
660 first_quote_record = 0; in NPCConsiderTalking()
669 for (UINT8 i = first_quote_record; i <= last_quote_record; ++i) in NPCConsiderTalking()