Browse Source

codefix

pull/2283/head
qndel 5 years ago committed by Anders Jenbo
parent
commit
a178483382
  1. 2
      Source/msg.cpp

2
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)

Loading…
Cancel
Save