Skip to content

Commit 400cfd2

Browse files
committed
Revert "Remove conflict in Sounds.cs"
This reverts commit d58af26.
1 parent d58af26 commit 400cfd2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Source/RunActivity/Viewer3D/Sound.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,20 @@
4040
//#define DEBUGSCR
4141

4242
using System;
43+
using System.Collections.Generic;
44+
using System.Diagnostics;
45+
using System.IO;
46+
using System.Linq;
4347
using Orts.Common;
4448
using Orts.Formats.Msts;
4549
using Orts.Simulation;
4650
using Orts.Simulation.AIs;
4751
using Orts.Simulation.Physics;
4852
using Orts.Simulation.RollingStocks;
4953
using Orts.Simulation.Signalling;
54+
using Orts.Viewer3D;
5055
using ORTS.Common;
5156
using ORTS.Settings;
52-
using System.Collections.Generic;
53-
using System.Diagnostics;
54-
using System.IO;
55-
using System.Linq;
5657
using Event = Orts.Common.Event;
5758
using Events = Orts.Common.Events;
5859

0 commit comments

Comments
 (0)