mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 17:11:40 -04:00
BibShape will always be tried drawn, because buildings like Service Depot do not have "Bib=yes" .
This commit is contained in:
parent
4ba020599e
commit
574a67e7c4
1 changed files with 1 additions and 4 deletions
|
@ -1336,10 +1336,7 @@ BOOL CLoading::LoadUnitGraphic(const CString& lpUnittype)
|
|||
}
|
||||
//hShpMix=20;
|
||||
|
||||
// seems to be ignored by TS, art.ini overwrites???
|
||||
if (rules.GetBool(lpUnittype, "Bib")) {
|
||||
LoadBuildingSubGraphic("BibShape", artSection, bAlwaysSetChar, theat, hShpMix, bib_h, bib);
|
||||
}
|
||||
LoadBuildingSubGraphic("BibShape", artSection, bAlwaysSetChar, theat, hShpMix, bib_h, bib);
|
||||
|
||||
LoadBuildingSubGraphic("ActiveAnim", artSection, bAlwaysSetChar, theat, hShpMix, activeanim_h, activeanim);
|
||||
LoadBuildingSubGraphic("IdleAnim", artSection, bAlwaysSetChar, theat, hShpMix, idleanim_h, idleanim);
|
||||
|
|
Loading…
Add table
Reference in a new issue