Minor fixes.

This commit is contained in:
jeefo 2019-08-12 22:51:26 +03:00
commit 858d247893
10 changed files with 37 additions and 57 deletions

View file

@ -1169,7 +1169,7 @@ int BotControl::menuGraphPage2 (int item) {
int noHostagePoints = 0;
for (int i = 0; i < graph.length (); ++i) {
Path &path = graph[i];
const Path &path = graph[i];
if (path.flags & NodeFlag::TerroristOnly) {
++terrPoints;