mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 06:27:43 +00:00
Add ability to disable AI
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
#include "Runtime/CStateManager.hpp"
|
||||
#include "Runtime/World/CAi.hpp"
|
||||
|
||||
#include <hecl/CVarManager.hpp>
|
||||
|
||||
namespace urde {
|
||||
static logvisor::Module Log("urde::CStateMachine");
|
||||
namespace {
|
||||
logvisor::Module Log("urde::CStateMachine");
|
||||
}
|
||||
|
||||
CStateMachine::CStateMachine(CInputStream& in) {
|
||||
CAiTrigger* lastTrig = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user