Better autopilot, guiframe tweaking, fixed ui scaling, aicontroller bugfixes, human walk/run anim uses HandIK
This commit is contained in:
@@ -111,6 +111,12 @@ namespace Subsurface
|
||||
|
||||
this.level = level;
|
||||
|
||||
if (submarine==null)
|
||||
{
|
||||
DebugConsole.ThrowError("Couldn't start game session, submarine not selected");
|
||||
return;
|
||||
}
|
||||
|
||||
if (reloadSub || Submarine.Loaded != submarine) submarine.Load();
|
||||
|
||||
if (level != null)
|
||||
|
||||
Reference in New Issue
Block a user