Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dactor_scripts.c304 int i, actors_time_diff, time_diff, tmp_time_diff; in animate_actors() local
311 int tmp_time_diff; in animate_actors()
325 actors_list[i]->x_pos += actors_list[i]->move_x_speed * tmp_time_diff; in animate_actors()
326 actors_list[i]->y_pos += actors_list[i]->move_y_speed * tmp_time_diff; in animate_actors()
327 actors_list[i]->z_pos += actors_list[i]->move_z_speed * tmp_time_diff; in animate_actors()
378 tmp_time_diff = min2i(actors_list[i]->rotate_time_left, time_diff); in animate_actors()
390 tmp_time_diff = time_diff + actors_list[i]->rotate_time_left; in animate_actors()
399 tmp_time_diff = time_diff; in animate_actors()
402 actors_list[i]->x_rot+= actors_list[i]->rotate_x_speed*tmp_time_diff; in animate_actors()
403 actors_list[i]->y_rot+= actors_list[i]->rotate_y_speed*tmp_time_diff; in animate_actors()
[all …]