Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dpassage.h59 #define VALID_PASSAGE( IPASS ) ( VALID_PASSAGE_RANGE( IPASS ) && ((IPASS) < PassageStack.cou… macro
60 #define INVALID_PASSAGE( IPASS ) ( !VALID_PASSAGE( IPASS ) )
H A Dpassage.c404 if ( !VALID_PASSAGE( passage ) ) return; in add_shop_passage()