X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdefs.qh;h=d36994ec3d2e69bbc6849d82eaf3272686c01949;hb=af376cc21c7130e4d62257778b6f08fb03056120;hp=309ed1d81572998098dcc40fdaad24ae72df6ba1;hpb=34e7f534e2015466228eb3a78c9857741b736dca;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/defs.qh b/qcsrc/client/defs.qh index 309ed1d81..d36994ec3 100644 --- a/qcsrc/client/defs.qh +++ b/qcsrc/client/defs.qh @@ -36,9 +36,11 @@ float race_time; float race_laptime; float race_checkpointtime; float race_previousbesttime; +float race_mypreviousbesttime; string race_previousbestname; float race_nextcheckpoint; float race_nextbesttime; +float race_mybesttime; string race_nextbestname; float race_penaltyaccumulator; // qualifying: total penalty time in tenths float race_penaltyeventtime; // time when the player got the penalty @@ -98,10 +100,6 @@ const float MAX_DAMAGEEXTRARADIUS = 16; .float damageextraradius; .void(entity this, float thisdmg, int hittype, vector org, vector thisforce) event_damage; -// only for Porto -float angles_held_status; -vector angles_held; - // weapons .bool silent;