Home
last modified time | relevance | path

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

/dports/games/sdlroids/sdlroids-1.3.4/
H A Dsdl.c116 #define MAX_DRAW_COORD (MAX_COORD+1000) macro
119 static Sint16 coord2x[MAX_DRAW_COORD*2], coord2y[MAX_DRAW_COORD*2];
120 static Sint16 *conv_coord2x = coord2x + MAX_DRAW_COORD;
121 static Sint16 *conv_coord2y = coord2y + MAX_DRAW_COORD;
785 for(i = 0; i < (MAX_DRAW_COORD*2); i++) in draw_boundary_box()
787 int mycoord = i - MAX_DRAW_COORD; in draw_boundary_box()