Searched refs:tmp_time_diff (Results 1 – 1 of 1) sorted by relevance
304 int i, actors_time_diff, time_diff, tmp_time_diff; in animate_actors() local311 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 …]