We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9f17e commit 19389e7Copy full SHA for 19389e7
source/CCustomOpcodeSystem.cpp
@@ -403,7 +403,7 @@ namespace CLEO
403
CLEO_RegisterOpcode(0x2000, opcode_2000); // resolve_filepath
404
CLEO_RegisterOpcode(0x2001, opcode_2001); // get_script_filename
405
CLEO_RegisterOpcode(0x2002, opcode_2002); // cleo_return_with
406
- CLEO_RegisterOpcode(0x2002, opcode_2003); // cleo_return_false
+ CLEO_RegisterOpcode(0x2003, opcode_2003); // cleo_return_false
407
}
408
409
void CCustomOpcodeSystem::Inject(CCodeInjector& inj)
@@ -3538,4 +3538,4 @@ extern "C"
3538
3539
std::memcpy(buf, text.c_str(), text.length() + 1); // with terminator
3540
3541
-}
+}
0 commit comments