Home
last modified time | relevance | path

Searched refs:displayedPower (Results 1 – 9 of 9) sorted by relevance

/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dclient.h267 extern DFLOAT displayedPower; /* What the server is sending us */
H A Dpaintdata.c481 displayedPower = newPower; in Handle_self()
H A Dpainthud.c210 Paint_meter(-10, 40, "Power", (int)displayedPower, (int)MAX_PLAYER_POWER); in Paint_meters()
H A Dclient.c132 DFLOAT displayedPower; /* What the server is sending us */ variable
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dclient.h535 extern double displayedPower; /* What the server is sending us */
H A Dclient.c118 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 Dpainthud.c198 (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 Dpainthud.c198 (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 Dsdlgui.c1593 (int)displayedPower, (int)MAX_PLAYER_POWER, color); in Paint_meters()