From 69b02d720a393dccb8bec7bd96dd366413a28ef7 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Sun, 17 Jun 2018 02:48:34 +0300 Subject: [PATCH] Added small note for myself. --- qcsrc/common/gamemodes/gamemode/domination/domination.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/gamemodes/gamemode/domination/domination.qc b/qcsrc/common/gamemodes/gamemode/domination/domination.qc index 46067f907..7a1b9809a 100644 --- a/qcsrc/common/gamemodes/gamemode/domination/domination.qc +++ b/qcsrc/common/gamemodes/gamemode/domination/domination.qc @@ -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); -- 2.39.2