summaryrefslogtreecommitdiff
path: root/src/KingSystem/Event/evtOrderParam.cpp
diff options
context:
space:
mode:
authoriTNTPiston <zhaoyizhu2000@gmail.com>2021-02-06 19:25:25 -0500
committerLéo Lam <leo@leolam.fr>2021-02-07 16:08:43 +0100
commita16f01aed7b6b40b1e48f0e33ab9d10319a26965 (patch)
treec9da98340974cabd439bdde717e9e9aa1f5fd9d3 /src/KingSystem/Event/evtOrderParam.cpp
parentd4b49662e160330c8baf01e1bb6d387a5db2b543 (diff)
ksys/evt: Add OrderParam ctor and dtor
Diffstat (limited to 'src/KingSystem/Event/evtOrderParam.cpp')
-rw-r--r--src/KingSystem/Event/evtOrderParam.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KingSystem/Event/evtOrderParam.cpp b/src/KingSystem/Event/evtOrderParam.cpp
index 0d4d0b64..46d4f6a1 100644
--- a/src/KingSystem/Event/evtOrderParam.cpp
+++ b/src/KingSystem/Event/evtOrderParam.cpp
@@ -12,6 +12,10 @@ OrderParam::OrderParam(sead::ExpHeap* heap) {
mHeap = heap;
}
+OrderParam::~OrderParam() {
+ uninitialize();
+}
+
bool OrderParam::initialize(s32 entry_count) {
sead::FixedSafeString<0x100> error_message;