]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix misspelled variable in a comment
authorterencehill <piuntn@gmail.com>
Tue, 27 Jun 2017 08:37:53 +0000 (10:37 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 27 Jun 2017 08:37:53 +0000 (10:37 +0200)
qcsrc/server/round_handler.qc

index 786635af07e4b145383f91ea9d2d325b8670a3d1..16564cd39b7c7175187e659bcb119fc7ba27cca0 100644 (file)
@@ -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;