Navigation requires power, locationtypes and missions included in content packages

This commit is contained in:
Regalis
2016-02-18 22:04:47 +02:00
parent cd4e3a3d2a
commit 9e11134bd3
10 changed files with 50 additions and 29 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ namespace Barotrauma
ParticleManager = new ParticleManager("Content/Particles/ParticlePrefabs.xml", Cam);
yield return CoroutineStatus.Running;
LocationType.Init("Content/Map/locationTypes.xml");
LocationType.Init();
MainMenuScreen.Select();
TitleScreen.LoadState = 100.0f;