From a47323a8f856966f52ab976a18d221a36faa1e83 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 27 Jun 2017 10:37:53 +0200 Subject: [PATCH] Fix misspelled variable in a comment --- qcsrc/server/round_handler.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/round_handler.qc b/qcsrc/server/round_handler.qc index 786635af0..16564cd39 100644 --- a/qcsrc/server/round_handler.qc +++ b/qcsrc/server/round_handler.qc @@ -76,7 +76,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; -- 2.39.2