Home
last modified time | relevance | path

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

/dports/games/xspacewarp/xspacewarp-1.2/
H A Dparams.hh210 #define SECTMAXY (15*(SECTROW + SECTROWS) - 1) macro
216 #define SECTH (SECTMAXY-SECTMINY+1)
H A Dc_combatant.cc197 (shot.from.y > SECTMAXY - margin)) in initshot()
320 if (shot.to.y > SECTMAXY-margin) // hit bottom boundary in snip()
322 pnt.y = SECTMAXY-margin; in snip()
351 se.y = min(shot.to.y + CLEANUPH/2, SECTMAXY); in cleanup()
H A Dc_ship.cc142 se.y = min(explosion.center.y + EXPLODERAD + FRAGH + 1, SECTMAXY); in expand()
204 (pnt.y >= SECTMINY) && (pnt.y <= SECTMAXY - FRAGH + 1)) in randfrag()