Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_actor.c7228 #define PWALLTOL (0xc000) in PushWallMove() macro
7231 if ((temp->y<pwall->y) && (dx<PWALLTOL)) in PushWallMove()
7235 if ((temp->x>pwall->x) && (dy<PWALLTOL)) in PushWallMove()
7239 if ((temp->y<pwall->y) && (dx<PWALLTOL)) in PushWallMove()
7241 else if ((temp->x>pwall->x) && (dy<PWALLTOL)) in PushWallMove()
7245 if ((temp->y<pwall->y) && (dx<PWALLTOL)) in PushWallMove()
7247 else if ((temp->x<pwall->x) && (dy<PWALLTOL)) in PushWallMove()
7251 if ((temp->y>pwall->y) && (dx<PWALLTOL)) in PushWallMove()
7255 if ((temp->x<pwall->x) && (dy<PWALLTOL)) in PushWallMove()
7259 if ((temp->y>pwall->y) && (dx<PWALLTOL)) in PushWallMove()
[all …]