Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmesh.h199 extern float map_twistvel_y[256];
H A Dmesh.c764 map_twistvel_y[cnt] = gpara.y; in mesh_make_twist()
H A Dparticle.c1680 gpara.y = map_twistvel_y[penviro->twist]; in move_one_particle_do_z_motion()
H A Dchar.c6661 gpara.y = map_twistvel_y[pchr->enviro.grid_twist]; in move_one_character_do_z_motion()
/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Dmpd_file.c51 float map_twistvel_y[256]; variable