Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dplayer.cpp384 hist_pin_z = logic_structs[cur_id]->mega->actor_xyz.z; in fn_prime_player_history()
484 spectre_hist[pre_interact_floor].z = hist_pin_z; in fn_player()
488 hist_pin_z = M->actor_xyz.z; in fn_player()
503 sub2 = (PXreal)M->actor_xyz.z - hist_pin_z; in fn_player()
518 hist_pin_z = M->actor_xyz.z; in fn_player()
1730 log->mega->actor_xyz.z = MS->hist_pin_z; in Player_stairs()
1792 log->mega->actor_xyz.z = MS->hist_pin_z; in Player_stairs()
H A Dmission.cpp766 fval = (uint32)session->hist_pin_z; in Save_game_position()
H A Dsession.h885 PXreal hist_pin_z; variable