Home
last modified time | relevance | path

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

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dtreasure.c67 ball->ball_style = t->ball_style; in Make_treasure_ball()
H A Dmap.c196 int ball_style) in World_place_treasure() argument
206 t.ball_style = ball_style; in World_place_treasure()
H A Dobject.h273 short ball_style; /* What polystyle to use */ member
H A Dmap.h176 int ball_style; /* polystyle to use for color */ member
H A Dserver.h187 int World_place_treasure(clpos_t pos, int team, bool empty, int ball_style);
H A Dframe.c718 options.ballStyles ? ball->ball_style : 0xff); in Frame_shots()