Searched refs:max_wormholes (Results 1 – 6 of 6) sorted by relevance
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | paintdata.c | 101 int num_wormholes, max_wormholes; variable 779 STORE(wormhole_t, wormhole_ptr, num_wormholes, max_wormholes, t); in Handle_wormhole() 1000 if (max_wormholes > 0 && wormhole_ptr) { in paintdataCleanup() 1001 max_wormholes = 0; in paintdataCleanup()
|
H A D | paintdata.h | 188 extern int num_wormholes, max_wormholes;
|
H A D | paintobjects.c | 388 RELEASE(wormhole_ptr, num_wormholes, max_wormholes); in Paint_wormholes()
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/ |
H A D | client.c | 228 int num_wormholes, max_wormholes; variable 1926 STORE(wormhole_t, wormhole_ptr, num_wormholes, max_wormholes, t); in Handle_wormhole() 2314 if (max_wormholes > 0 && wormhole_ptr) { in Client_cleanup() 2315 max_wormholes = 0; in Client_cleanup()
|
H A D | paintobjects.c | 260 RELEASE(wormhole_ptr, num_wormholes, max_wormholes); in Paint_wormholes()
|
H A D | client.h | 645 extern int num_wormholes, max_wormholes;
|