Home
last modified time | relevance | path

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

/dports/games/legend-of-edgar/edgar-1.34/data/anim/enemy/
H A Dsword_skeleton_piece.dat16 NAME RIGHT_LEG
H A Darrow_skeleton_piece.dat16 NAME RIGHT_LEG
/dports/games/ivan/ivan-059/Main/Include/
H A Divandef.h167 #define RIGHT_LEG 32 macro
H A Ddefinesvalidator.h7347 #ifdef RIGHT_LEG // DO NOT MODIFY! in Validate()
7349 bsB = RIGHT_LEG; in Validate()
7351 …h value 32 from .dat file mismatches hardcoded c++ define value of " << RIGHT_LEG << "!" << std::e… in Validate()
/dports/games/ivan/ivan-059/Script/
H A Ddefine.dat83 #define RIGHT_LEG 32
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/state_control/
H A Dstate_control_Lara.cpp31 #define RIGHT_LEG (6) macro
/dports/games/ivan/ivan-059/Main/Source/
H A Dhuman.cpp1691 if(TargetFlags & RIGHT_LEG && GetRightLeg()) in ReceiveDamage()