summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actInstParamPack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actInstParamPack.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actInstParamPack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actInstParamPack.cpp b/src/KingSystem/ActorSystem/actInstParamPack.cpp
index 566cb7be..a943cd06 100644
--- a/src/KingSystem/ActorSystem/actInstParamPack.cpp
+++ b/src/KingSystem/ActorSystem/actInstParamPack.cpp
@@ -39,7 +39,7 @@ bool InstParamPack::Buffer::pop(s32* position, InstParamPack::Entry* out_entry)
switch (out_entry->type) {
case EntryType::Int:
return read(out_entry->data.i, position);
- case EntryType::_1:
+ case EntryType::UInt:
return read(out_entry->data.type1, position);
case EntryType::Float:
return read(out_entry->data.f, position);