diff --git a/Source/msg.cpp b/Source/msg.cpp index 773e86edc..d73e2909e 100644 --- a/Source/msg.cpp +++ b/Source/msg.cpp @@ -2078,7 +2078,7 @@ static DWORD On_AWAKEGOLEM(TCmd *pCmd, int pnum) int mi = missileactive[i]; if (missile[mi]._mitype == MIS_GOLEM && missile[mi]._misource == pnum) { addGolem = FALSE; - // BUGFIX: break, don't need to check the rest + // CODEFIX: break, don't need to check the rest } } if (addGolem)