- Crewcommander close button & info text notifying about the hotkey

- Doors can only be selected when they are broken
- Fixed crashing when placing a door while no sub is loaded
- Generating waypoints for an empty sub won't crash the game
- Drawing characterHUD in editor
This commit is contained in:
Regalis11
2016-01-24 17:03:25 +02:00
parent 7098a9a5e0
commit 28af6fa1f4
6 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ namespace Barotrauma
placePosition = Vector2.Zero;
item.Submarine = Submarine.Loaded;
item.SetTransform(ConvertUnits.ToSimUnits(item.Position - Submarine.Loaded.Position), 0.0f);
item.SetTransform(ConvertUnits.ToSimUnits(Submarine.Loaded == null ? item.Position : item.Position - Submarine.Loaded.Position), 0.0f);
item.FindHull();
//selected = null;