From 5766d4a5c0e1745094aaf8bc2c91e1a6e0d7638e Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 Apr 2008 21:49:13 +0000 Subject: (svn r12713) -Fix: misleading comment. Patch by Yexo. --- src/group_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_cmd.cpp') diff --git a/src/group_cmd.cpp b/src/group_cmd.cpp index 52f612cc0..17d82129c 100644 --- a/src/group_cmd.cpp +++ b/src/group_cmd.cpp @@ -39,7 +39,7 @@ static inline void UpdateNumEngineGroup(EngineID i, GroupID old_g, GroupID new_g /* Decrease the num engines of EngineID i of the old group if it's not the default one */ if (!IsDefaultGroupID(old_g) && IsValidGroupID(old_g)) GetGroup(old_g)->num_engines[i]--; - /* Increase the num engines of EngineID i of the new group if it's not the new one */ + /* Increase the num engines of EngineID i of the new group if it's not the default one */ if (!IsDefaultGroupID(new_g) && IsValidGroupID(new_g)) GetGroup(new_g)->num_engines[i]++; } } -- cgit v1.2.3-70-g09d2