Assemble the fleti instruction properly
This commit is contained in:
committed by
Martin Michelsen
parent
d143cbb461
commit
09962696b7
+1
-1
@@ -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:")) {
|
||||
|
||||
Reference in New Issue
Block a user