removed debug trap code .

This commit is contained in:
Zero Fanker 2024-05-29 00:34:22 -04:00
parent 54794f7a11
commit 955746ef93

View file

@ -3493,10 +3493,6 @@ void CMapData::UpdateBuildingInfo(const CString* lpUnitType)
buildinginfo[n].bUrban = TRUE;
}
if (type == "NALASR") {
printf("");
}
buildinginfo[n].pic_count = 8;
for (auto k = 0; k < 8; k++) {
lpPicFile = GetUnitPictureFilename(type, k);