X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=cb58250118809bd9771b13c5c193e1314fa48e90;hp=fe41a23fabc2f7585c3cef8a0d8bd9448b303226;hb=ef3193f7a8b94d570b83a09e5f75ba2c87fe2bb9;hpb=8a44cef6e025ab6f878cba5c20c35e138f0bdfe4 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index fe41a23fab..cb58250118 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -55,7 +55,7 @@ float team1_score, team2_score, team3_score, team4_score; float maxclients; // flag set on worldspawn so that the code knows if it is dedicated or not -float server_is_dedicated; +float server_is_dedicated; // Fields @@ -475,7 +475,7 @@ void target_voicescript_clear(entity pl); .float target_random; .float trigger_reverse; -// Nexball +// Nexball .entity ballcarried; // Also used for keepaway .float metertime; float g_nexball_meter_period; @@ -516,8 +516,8 @@ string matchid; .float last_pickup; -.float hit_time; -.float typehit_time; +.float hit_time; +.float typehit_time; .float stat_leadlimit;