Add missing break in cheat_manager.cpp

This commit is contained in:
scribam 2020-04-13 23:02:15 +02:00 committed by Ivan
parent f37adc4188
commit 7e0bc26241
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ bool cheat_engine::resolve_script(u32& final_offset, const u32 offset, const std
return false;
do_operation(cur_op, final_offset, res_value);
break;
}
case '+':
cur_op = operand_add;