X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdefs.qh;h=5204e8f36dbcd09f54912bab92b453094914e01c;hb=8639f042c5ef61287b2f7e0dbf17f8c08a2c0ebf;hp=9a5335eff06b7c4ca56a73b17d3324b2a2b9618e;hpb=ecd018b0f2a99be972759503e3efea35b6717ee9;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/defs.qh b/qcsrc/client/defs.qh index 9a5335eff..5204e8f36 100644 --- a/qcsrc/client/defs.qh +++ b/qcsrc/client/defs.qh @@ -5,7 +5,7 @@ float scoreboard_showscores; float scoreboard_showaccuracy; .string message; -.int renderflags; +.float renderflags; // float coop; // float deathmatch; @@ -16,7 +16,6 @@ float dmg_take; // Darkplaces Render Modifications #if 0 .float alpha; -.float renderflags; .vector colormod; .float scale; #endif @@ -78,6 +77,7 @@ float nb_pb_period; // 0 - playing // >0 - id of spectated player float spectatee_status; +float spectatee_status_changed_time; // short mapname string shortmapname;