From b32d1e2ba159e216ca286c6d3ecc09bedab10c65 Mon Sep 17 00:00:00 2001 From: robojumper Date: Thu, 14 Nov 2024 10:29:44 +0100 Subject: More splits --- src/d/a/npc/d_a_npc.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/d/a/npc/d_a_npc.cpp b/src/d/a/npc/d_a_npc.cpp index 03b506ac..aea7745b 100644 --- a/src/d/a/npc/d_a_npc.cpp +++ b/src/d/a/npc/d_a_npc.cpp @@ -1,6 +1,7 @@ #include "d/a/npc/d_a_npc.h" #include "s/s_StateID.hpp" +#include "sized_string.h" fLiMgBa_c NPC_ACTOR_LIST; @@ -20,7 +21,11 @@ extern nw4r::ut::Color sColors[] = { nw4r::ut::Color(0x50, 0x46, 0x32, 0), nw4r::ut::Color(0xD8, 0xC5, 0x8D, 0), nw4r::ut::Color(0x96, 0x69, 0x3C, 0), - nw4r::ut::Color(0, 0, 0, 0), }; +SizedString<128> sNpcStr1; +SizedString<128> sNpcStr2; +SizedString<128> sNpcStr3; +SizedString<128> sNpcStr4; + dAcNpc_c::dAcNpc_c() : mStateMgr(*this, sStateID::null), mActorListEntry(this) {} -- cgit v1.2.3