Skip to content

Commit d594920

Browse files
committed
fix missing serialize of bunker sound properties
1 parent 38c4f8a commit d594920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Ext/BuildingType/Body.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ void BuildingTypeExt::ExtData::Serialize(T& Stm)
333333
.Process(this->BuildingOccupyROFMult)
334334
.Process(this->BuildingBunkerDamageMult)
335335
.Process(this->BuildingBunkerROFMult)
336+
.Process(this->BunkerWallsUpSound)
337+
.Process(this->BunkerWallsDownSound)
336338
;
337339
}
338340

0 commit comments

Comments
 (0)