Assemble the fleti instruction properly

This commit is contained in:
Repflez
2025-10-16 18:47:38 -07:00
committed by Martin Michelsen
parent d143cbb461
commit 09962696b7
+1 -1
View File
@@ -4496,7 +4496,7 @@ AssembledQuestScript assemble_quest_script(
code_w.put_u32l(stoll(arg, nullptr, 0));
break;
case Type::FLOAT32:
code_w.put_u32l(stof(arg, nullptr));
code_w.put_f32l(stof(arg, nullptr));
break;
case Type::CSTRING:
if (arg.starts_with("bin:")) {