diff --git a/Editor/main.cpp b/Editor/main.cpp index ac5a48a9d..5e954ac9e 100644 --- a/Editor/main.cpp +++ b/Editor/main.cpp @@ -12,7 +12,7 @@ static void AthenaExc(athena::error::Level level, const char* file, { va_list ap; va_start(ap, fmt); - AthenaLog.reportSource(logvisor::Level(level), file, line, fmt, ap); + AthenaLog.report(logvisor::Level(level), fmt, ap); va_end(ap); } @@ -60,9 +60,7 @@ struct Application : boo::IApplicationCallback void initialize(boo::IApplication* /*app*/) { zeus::detectCPU(); -#ifndef WIN32 /* Console issue with Win32 */ hecl::VerbosityLevel = 1; -#endif const zeus::CPUInfo& cpuInf = zeus::cpuFeatures(); Log.report(logvisor::Info, "CPU Name: %s", cpuInf.cpuBrand); diff --git a/Runtime/World/CScriptColorModulate.hpp b/Runtime/World/CScriptColorModulate.hpp index c13e139eb..1785de4eb 100644 --- a/Runtime/World/CScriptColorModulate.hpp +++ b/Runtime/World/CScriptColorModulate.hpp @@ -6,7 +6,7 @@ namespace urde { -class CModelFlags; +struct CModelFlags; class CScriptColorModulate : public CEntity { public: diff --git a/hecl b/hecl index 39c85a807..df53b858f 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 39c85a807fd8a30e22078447ef4d4668b39a2c8f +Subproject commit df53b858ffc9a06f9cf833908a93587c003179f2