(965abc29d) If the target sub is not the same as the current sub, need to take the difference into account in sim positions.

This commit is contained in:
Joonas Rikkonen
2019-05-18 17:17:36 +03:00
parent 6055f10c5a
commit f077a92f5e
4 changed files with 84 additions and 118 deletions
@@ -242,10 +242,6 @@ namespace Barotrauma
if (hover && PlayerInput.LeftButtonClicked())
{
GameMain.Config.Language = language;
//reload tip in the selected language
selectedTip = TextManager.Get("LoadingScreenTip", true);
GameMain.Config.SetDefaultBindings(legacy: false);
GameMain.Config.CheckBindings(useDefaults: true);
WaitForLanguageSelection = false;
}