ksys/act: Add BaseProcHandle static variable init function

This commit is contained in:
Léo Lam
2021-02-07 00:59:56 +01:00
parent a6bd00c2de
commit 7e6fc1d352
2 changed files with 5 additions and 2 deletions
@@ -1,7 +1,10 @@
#include "KingSystem/ActorSystem/actBaseProcHandle.h"
#include "KingSystem/Utils/InitTimeInfo.h"
namespace ksys::act {
static util::InitTimeInfo sInfo;
BaseProcHandle::BaseProcHandle() {
mUnit = nullptr;
mFlag = 0;
@@ -26,4 +29,4 @@ BaseProc* BaseProcHandle::getProc() {
return nullptr;
}
} // namespace ksys::act
} // namespace ksys::act