Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dmission.h124 …int32 old_hits_value; // we carry across the lvars from the previous session - this is getting twe… variable
H A Dmission.cpp285 …d_time(0), xtra_mega_time(0), nActorsDrawn(0), nActorsConsidered(0), old_hits_value(0), chi_follow… in _mission()
H A Dfunction.cpp2457 g_mission->old_hits_value = ob->GetIntegerVariable(ret); in fn_change_session()
2489 object->SetIntegerVariable(ret, g_mission->old_hits_value); in fn_changed_sessions()