Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h219 static int ItemUnderCode(int iCycleValue);
/dports/games/ivan/ivan-059/Main/Source/
H A Dgame.cpp3060 int game::ItemUnderCode(int iCycleValue){ in ItemUnderCode() argument
3061 switch(iCycleValue){ in ItemUnderCode()
3079 default:ABORT("invalid ItemUnder cycle value %d",iCycleValue); in ItemUnderCode()