Searched refs:displayedPower (Results 1 – 9 of 9) sorted by relevance
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | client.h | 267 extern DFLOAT displayedPower; /* What the server is sending us */
|
H A D | paintdata.c | 481 displayedPower = newPower; in Handle_self()
|
H A D | painthud.c | 210 Paint_meter(-10, 40, "Power", (int)displayedPower, (int)MAX_PLAYER_POWER); in Paint_meters()
|
H A D | client.c | 132 DFLOAT displayedPower; /* What the server is sending us */ variable
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/ |
H A D | client.h | 535 extern double displayedPower; /* What the server is sending us */
|
H A D | client.c | 118 double displayedPower; /* What the server is sending us */ variable 1608 displayedPower = newPower; in Handle_self()
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/ |
H A D | painthud.c | 198 (int)displayedPower, (int)MAX_PLAYER_POWER, color); in Paint_meters()
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/ |
H A D | painthud.c | 198 (int)displayedPower, (int)MAX_PLAYER_POWER, color); in Paint_meters()
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/ |
H A D | sdlgui.c | 1593 (int)displayedPower, (int)MAX_PLAYER_POWER, color); in Paint_meters()
|