- 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:
@@ -467,8 +467,6 @@ namespace Barotrauma
|
||||
|
||||
GUIpanel.Draw(spriteBatch);
|
||||
|
||||
if (selectedTab > -1) GUItabs[selectedTab].Draw(spriteBatch);
|
||||
|
||||
//EntityPrefab.DrawList(spriteBatch, new Vector2(20,50));
|
||||
|
||||
if (characterMode)
|
||||
@@ -497,12 +495,15 @@ namespace Barotrauma
|
||||
dummyCharacter.SelectedConstruction = null;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dummyCharacter.DrawHUD(spriteBatch, cam);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
if (selectedTab > -1) GUItabs[selectedTab].Draw(spriteBatch);
|
||||
|
||||
MapEntity.Edit(spriteBatch, cam);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user