diff --git a/src/game/script/routines_common.cpp b/src/game/script/routines_common.cpp index 1c4caefa..a2c3f19e 100644 --- a/src/game/script/routines_common.cpp +++ b/src/game/script/routines_common.cpp @@ -39,7 +39,7 @@ namespace reone { namespace game { -static bool g_shipBuild = false; +static bool g_shipBuild = true; Variable Routines::feetToMeters(const VariablesList &args, ExecutionContext &ctx) { return Variable::ofFloat(getFloat(args, 0) * 0.3048f);