]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Added small note for myself.
authorLyberta <lyberta@lyberta.net>
Sat, 16 Jun 2018 23:48:34 +0000 (02:48 +0300)
committerLyberta <lyberta@lyberta.net>
Sat, 16 Jun 2018 23:48:34 +0000 (02:48 +0300)
qcsrc/common/gamemodes/gamemode/domination/domination.qc

index 46067f907303410c923fd7d411a218fa9add65a0..7a1b9809ab22e660e290c7886291a86e2acf7b98 100644 (file)
@@ -309,6 +309,7 @@ void Domination_count_controlpoints()
        {
                ++total_control_points;
                entity team_ = Entity_GetTeam(it.goalentity);
+               //TODO: team_ seems to be NULL
                int num_control_points = Team_GetNumberOfControlPoints(team_);
                ++num_control_points;
                Team_SetNumberOfControlPoints(team_, num_control_points);