Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Ddestruct.c98 enum de_move_t { MOVE_LEFT = 0, MOVE_RIGHT, MOVE_UP, MOVE_DOWN, MOVE_CHANGE, MOVE_FIRE, MOVE_CYUP, … enumerator
2516 if (destruct_player[player_index].moves.actions[MOVE_CYUP] == true) in DE_ProcessInput()