From a178483382dfc2c10d413c4017f82d41c27fd442 Mon Sep 17 00:00:00 2001 From: qndel Date: Mon, 19 Apr 2021 11:21:03 +0200 Subject: [PATCH] codefix --- Source/msg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)