Skip to content

Commit 5c18f73

Browse files
committed
Minor fix to dbe57c8
1 parent dbe57c8 commit 5c18f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ext/Rules/Body.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ void RulesExt::ExtData::LoadBeforeTypeData(RulesClass* pThis, CCINIClass* pINI)
199199
this->Promote_EliteAnimation.Read(exINI, GameStrings::AudioVisual, "Promote.EliteAnimation");
200200

201201
this->DropPodTrailer.Read(exINI, GameStrings::General, "DropPodTrailer");
202-
this->PodImage = FileSystem::LoadSHPFile("POD.SHP");
203202
this->DropPodDefaultTrailer = AnimTypeClass::Find("SMOKEY");
203+
this->PodImage = FileSystem::LoadSHPFile("POD.SHP");
204204

205205
this->BuildingWaypoints.Read(exINI, GameStrings::General, "BuildingWaypoints");
206206

0 commit comments

Comments
 (0)