X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fdefs.qh;h=9a5335eff06b7c4ca56a73b17d3324b2a2b9618e;hp=b89ecf55ac1de5dce663f1b7b4fa42991126e262;hb=d032c6d2d46fb6f1eab6329e75fe9f2330a42597;hpb=9755de88ca66529c0efa49b24c50de94e6a013f5 diff --git a/qcsrc/client/defs.qh b/qcsrc/client/defs.qh index b89ecf55a..9a5335eff 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 @@ -72,6 +74,9 @@ float race_myrank; float nb_pb_period; // Spectating +// -1 - observing +// 0 - playing +// >0 - id of spectated player float spectatee_status; // short mapname @@ -116,7 +121,7 @@ int serverflags; float uid2name_dialog; -float gameover_time; +float intermission_time; .bool csqcmodel_isdead; // used by shownames and miscfunctions (entcs_IsDead) to know when a player is dead