X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fracetimer.qc;h=365ba01dd74babd7540df066241633f9001255fe;hp=ca45f352fba6cf614b01bbf6e8df4683e0a0fb9d;hb=109c5785a22fb4336ac5e91d5f1fa91678582164;hpb=6f4c7132e635c0150e3894f2f9958b361ce0c238 diff --git a/qcsrc/client/hud/panel/racetimer.qc b/qcsrc/client/hud/panel/racetimer.qc index ca45f352fb..365ba01dd7 100644 --- a/qcsrc/client/hud/panel/racetimer.qc +++ b/qcsrc/client/hud/panel/racetimer.qc @@ -1,8 +1,13 @@ +#include "racetimer.qh" + +#include + /** Race timer (#8) */ // return the string of the onscreen race timer string MakeRaceString(int cp, float mytime, float theirtime, float lapdelta, string theirname) { + TC(int, cp); string col; string timestr; string cpname;