Home
last modified time | relevance | path

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

/dports/games/golddig/golddigC3.1/
H A Dgolddig.h128 #define FORCEDOWN 0x20 /* Downward movement is forced */ macro
H A Dmovement.c116 allow |= FORCEDOWN;
355 if(moveallow[lpos] & FORCEDOWN) {
H A Dbadguy.c193 if((moveallow[lpos] & FORCEDOWN) && in regen_tree()