1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Fix erroneous messages about stalling

This commit is contained in:
Gymnasiast
2017-01-26 23:23:19 +01:00
committed by Ted John
parent c24127bafe
commit 2da90b9808

View File

@@ -1031,7 +1031,6 @@ private:
dst->track_type = src->track_type;
dst->track_progress = src->track_progress;
dst->vertical_drop_countdown = src->vertical_drop_countdown;
dst->lost_time_out = src->lost_time_out;
dst->status = src->status;
dst->sub_state = src->sub_state;
dst->update_flags = src->update_flags;