Home
last modified time | relevance | path

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

/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dtile.h28 PURPLESPRSEE, MOVERU, MOVERR, MOVERD, MOVERL, REDCARPET, enumerator
H A Dthing.c210 !(thistile >= MOVERU && thistile <= MOVERL) && in tile_collision()
227 else if (thistile == MOVERL) in tile_collision()
232 else if (thistile == MOVERL) this->dir = 0; in tile_collision()
236 (thistile == MOVERL || thistile == MOVERR)) { in tile_collision()
H A Dgame.c1972 …(type >= SPIKEU && type <= SPIKEL) || (type >= MOVERU && type <= MOVERL) || type == DARKNESSTILE) { in fix_tile_borders()
2079 case MOVERU : case MOVERR : case MOVERD : case MOVERL : in create_tiles()