mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-05 19:21:43 -04:00
removed debug trap code .
This commit is contained in:
parent
54794f7a11
commit
955746ef93
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue