mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 18:50:55 +00:00
Add missing break in cheat_manager.cpp
This commit is contained in:
parent
f37adc4188
commit
7e0bc26241
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ bool cheat_engine::resolve_script(u32& final_offset, const u32 offset, const std
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
do_operation(cur_op, final_offset, res_value);
|
do_operation(cur_op, final_offset, res_value);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case '+':
|
case '+':
|
||||||
cur_op = operand_add;
|
cur_op = operand_add;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue