Switch to Barotrauma & too many misc changes to remember
This commit is contained in:
@@ -5,10 +5,10 @@ using System.Xml.Linq;
|
||||
using FarseerPhysics;
|
||||
using FarseerPhysics.Dynamics;
|
||||
using Microsoft.Xna.Framework;
|
||||
using Subsurface.Sounds;
|
||||
using Barotrauma.Sounds;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Subsurface
|
||||
namespace Barotrauma
|
||||
{
|
||||
public enum DamageSoundType {
|
||||
None,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using NVorbis;
|
||||
using OpenTK.Audio.OpenAL;
|
||||
|
||||
namespace Subsurface.Sounds
|
||||
namespace Barotrauma.Sounds
|
||||
{
|
||||
class OggSound : IDisposable
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Threading;
|
||||
using NVorbis;
|
||||
using OpenTK.Audio.OpenAL;
|
||||
|
||||
namespace Subsurface.Sounds
|
||||
namespace Barotrauma.Sounds
|
||||
{
|
||||
internal static class ALHelper
|
||||
{
|
||||
|
||||
@@ -4,9 +4,9 @@ using System.IO;
|
||||
using FarseerPhysics;
|
||||
using FarseerPhysics.Dynamics;
|
||||
using Microsoft.Xna.Framework;
|
||||
using Subsurface.Sounds;
|
||||
using Barotrauma.Sounds;
|
||||
|
||||
namespace Subsurface
|
||||
namespace Barotrauma
|
||||
{
|
||||
public class Sound
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using OpenTK.Audio;
|
||||
|
||||
using System;
|
||||
|
||||
namespace Subsurface.Sounds
|
||||
namespace Barotrauma.Sounds
|
||||
{
|
||||
static class SoundManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user