Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScript.h158 ANIM_WALK3 = 3, enumerator
H A DScriptedAnimation.cpp535 animations["walk3"] = ANIM_WALK3; in initAnimationNumbers()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/animation/
H A DAnimation.cpp422 || (eanim->cur_anim == io->anims[ANIM_WALK3]) in PrepareAnim()