mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Remove duplicate assignment in S4Importer.cpp
This commit is contained in:
committed by
Michael Steenbeek
parent
ed5b655b09
commit
b12dad5bd9
@@ -862,7 +862,6 @@ private:
|
||||
dst->breakdown_reason = src->breakdown_reason;
|
||||
dst->mechanic_status = src->mechanic_status;
|
||||
dst->mechanic = src->mechanic;
|
||||
dst->breakdown_reason = src->breakdown_reason;
|
||||
dst->breakdown_reason_pending = src->breakdown_reason_pending;
|
||||
dst->inspection_station = src->inspection_station;
|
||||
//dst->broken_car?
|
||||
|
||||
Reference in New Issue
Block a user