mirror of
https://github.com/zeldaret/botw
synced 2026-06-01 09:47:27 -04:00
ksys: Fix ActorParam struct
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#include "KingSystem/ActorSystem/actActorParam.h"
|
||||
|
||||
namespace ksys::act {
|
||||
|
||||
ActorParam::Resources ActorParam::sDummyResources;
|
||||
|
||||
void ActorParam::resetDummyResources() {
|
||||
sDummyResources = {};
|
||||
}
|
||||
|
||||
ActorParam::ActorParam() {
|
||||
mRes = {};
|
||||
mNumHandles1 = mNumHandles2 = 0;
|
||||
mEvent.resetSignal();
|
||||
}
|
||||
|
||||
ActorParam::~ActorParam() {
|
||||
finalize();
|
||||
}
|
||||
|
||||
} // namespace ksys::act
|
||||
Reference in New Issue
Block a user