Home
last modified time | relevance | path

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

/dports/games/flying/flying-6.20/
H A Dpball.h114 #define MAX_PREPOS 3 macro
117 Vec2 calc_pos[MAX_PREPOS];
H A Dpball.C471 for (ncalc_pos=0;ncalc_pos<MAX_PREPOS;) { in PreCalc()