2
0
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:
2020-10-02 23:28:05 -07:00
parent ddfd9d85ee
commit 01d94367dc
5 changed files with 25 additions and 3 deletions

View File

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