X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fround_handler.qc;h=ae64e74e4909d66882ea09e261926086977b4da0;hp=786635af07e4b145383f91ea9d2d325b8670a3d1;hb=d865de7a9a17c5a1d9286aec40f68c3530697660;hpb=b834eab77489d98d5d722d67c8a96cf6c3549436 diff --git a/qcsrc/server/round_handler.qc b/qcsrc/server/round_handler.qc index 786635af0..ae64e74e4 100644 --- a/qcsrc/server/round_handler.qc +++ b/qcsrc/server/round_handler.qc @@ -1,5 +1,7 @@ #include "round_handler.qh" +#include +#include #include "campaign.qh" #include "command/vote.qh" #include "../common/util.qh" @@ -76,7 +78,7 @@ void round_handler_Init(float the_delay, float the_count, float the_round_timeli } // NOTE: this is only needed because if round_handler spawns at time 1 -// gamestarttime isn't initialized yet +// game_starttime isn't initialized yet void round_handler_FirstThink(entity this) { round_starttime = max(time, game_starttime) + this.count;