mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-01 13:33:32 +00:00
Remove debug print
This commit is contained in:
parent
6718f697dd
commit
e9b4cce6db
@ -1054,9 +1054,6 @@ void CFlaahgra::Dead(CStateManager& mgr, EStateMsg msg, float /*arg*/) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CFlaahgra::Attack(CStateManager& mgr, EStateMsg msg, float arg) {
|
void CFlaahgra::Attack(CStateManager& mgr, EStateMsg msg, float arg) {
|
||||||
fmt::print(FMT_STRING("CFlaahgra::Attack {}\n"), (msg == EStateMsg::Activate ? "Activate"
|
|
||||||
: msg == EStateMsg::Update ? "Update"
|
|
||||||
: "Deactivate"));
|
|
||||||
static constexpr std::array kStates1{
|
static constexpr std::array kStates1{
|
||||||
-1, -1, -1, 2, -1,
|
-1, -1, -1, 2, -1,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user