Moving in and out from levels, WIP level mirroring, moloch, add d.gz to savedmaps

This commit is contained in:
Regalis
2015-07-10 12:55:26 +03:00
parent 257835e609
commit d4c308003b
19 changed files with 241 additions and 101 deletions
+1 -1
View File
@@ -10,6 +10,7 @@ namespace Subsurface
{
public class Sound
{
public static Vector3 CameraPos;
private static List<Sound> loadedSounds = new List<Sound>();
@@ -19,7 +20,6 @@ namespace Subsurface
string filePath;
public static Vector3 CameraPos;
//public float Volume
//{