Home
last modified time | relevance | path

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

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dpaintobjects.c328 x + fastshot_ptr[i][j].x , in Paint_fastshots()
329 y - fastshot_ptr[i][j].y); in Paint_fastshots()
330 RELEASE(fastshot_ptr[i], num_fastshot[i], max_fastshot[i]); in Paint_fastshots()
350 Gui_paint_teamshot(x + fastshot_ptr[t_][j].x, in Paint_teamshots()
351 y - fastshot_ptr[t_][j].y); in Paint_teamshots()
352 RELEASE(fastshot_ptr[t_], num_fastshot[t_], max_fastshot[t_]); in Paint_teamshots()
H A Dclient.h635 extern debris_t *fastshot_ptr[DEBRIS_TYPES * 2];
H A Dclient.c218 debris_t *fastshot_ptr[DEBRIS_TYPES * 2]; variable
1876 #define ptr_ (fastshot_ptr[type]) in Handle_fastshot()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dpaintobjects.c459 Gui_paint_fastshot(color, x + fastshot_ptr[i][j].x , y - fastshot_ptr[i][j].y); in Paint_fastshots()
461 RELEASE(fastshot_ptr[i], num_fastshot[i], max_fastshot[i]); in Paint_fastshots()
480 Gui_paint_teamshot(color, x + fastshot_ptr[t_][j].x, y - fastshot_ptr[t_][j].y); in Paint_teamshots()
482 RELEASE(fastshot_ptr[t_], num_fastshot[t_], max_fastshot[t_]); in Paint_teamshots()
H A Dpaintdata.h178 extern debris_t *fastshot_ptr[DEBRIS_TYPES * 2];
H A Dpaintdata.c91 debris_t *fastshot_ptr[DEBRIS_TYPES * 2]; variable
729 #define ptr_ (fastshot_ptr[type]) in Handle_fastshot()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dframe.c88 static debris_t *fastshot_ptr[DEBRIS_TYPES * 2]; variable
177 #define ptr_ (fastshot_ptr[i]) in fastshot_store()
206 (unsigned char *) fastshot_ptr[i], in fastshot_end()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dframe.c121 static debris_t *fastshot_ptr[DEBRIS_TYPES * 2]; variable
207 #define ptr_ (fastshot_ptr[i]) in fastshot_store()
234 (unsigned char *) fastshot_ptr[i], in fastshot_end()