Home
last modified time | relevance | path

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

/dports/games/xspacewarp/xspacewarp-1.2/
H A Ddraw_sector.cc43 block1.setcol(SECTCOL-1); in draw_sector()
45 block2.setcol(SECTCOL+SECTCOLS); in draw_sector()
61 block2.setcol(SECTCOL-1); in draw_sector()
67 block1.setcol(SECTCOL+SECTCOLS); in draw_sector()
68 block2.setcol(SECTCOL+SECTCOLS); in draw_sector()
H A Dparams.hh204 #define SECTCOL 1 macro
208 #define SECTMAXX (9*(SECTCOL + SECTCOLS) - 1)
209 #define SECTMINX (9*SECTCOL)
H A Dc_body.cc28 block.setcol(SECTCOL+col); in center()
93 block.setcol(SECTCOL + col - len/2); in draw()
H A Ddraw_winlose.cc51 block.setcol(SECTCOL + SECTCOLS/2 - msglen/2); in printmesg()
69 block.setcol(SECTCOL + SECTCOLS/2 - tmplen/2); in printmesg()
H A Dc_sector.cc640 Block pos(SECTROW+row, SECTCOL+col); // block for the given row/col position in near_jovian()
662 Block pos(SECTROW+row, SECTCOL+col); // block for the given row/col position in near_target()
736 block.setcol(SECTCOL + base_pt->getcol() - 1); in detect_hit()
739 block.setcol(SECTCOL + base_pt->getcol() + 1); in detect_hit()
786 block.setcol(SECTCOL + bh_pt->getcol()); in detect_hit()
806 block.setcol(SECTCOL + endv_pt->getcol() - 1); in detect_hit()
809 block.setcol(SECTCOL + endv_pt->getcol() + 1); in detect_hit()
828 block.setcol(SECTCOL + jrec_pt->jov_pt->getcol() - 1); in detect_hit()
831 block.setcol(SECTCOL + jrec_pt->jov_pt->getcol() + 1); in detect_hit()
851 block.setcol(SECTCOL + srec_pt->star_pt->getcol()); in detect_hit()
H A Dc_ship.cc87 Block block(row + SECTROW, col + SECTCOL); in explode()
H A Dc_endever.cc167 block.setcol(SECTCOL+col); in die()