Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dspeech.cpp89 result = total_convs; in fn_get_speech_status()
117 if (total_convs) { in fn_request_speech()
137 total_convs++; // to 1 ;) in fn_request_speech()
327 if (total_convs) in fn_kill_conversations()
432 if (!total_convs) in Service_speech()
998 total_convs--; in End_conversation()
H A Dsession.cpp231 total_convs = 0; // no conversations in ___init()
H A Dsession.h724 uint32 total_convs; variable