Home
last modified time | relevance | path

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

/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dthing.c49 #define REINC_MARGIN 10 macro
391 ocx > cx - REINC_MARGIN && in thing_collision()
392 ocx < cx + REINC_MARGIN && in thing_collision()
393 ocy > cy + REINC_CENTER_OFFST - REINC_MARGIN && in thing_collision()
394 ocy < cy + REINC_CENTER_OFFST + REINC_MARGIN) { in thing_collision()