Set g_shipBuild to true by default

Due to excessive log output.
This commit is contained in:
Vsevolod Kremianskii 2021-04-20 10:17:12 +07:00
parent 43ada622db
commit 31290dc7d0

View file

@ -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);