Commit cafdf635 authored by argon.sun's avatar argon.sun

fix

parent 8ff3ab8b
...@@ -4264,8 +4264,8 @@ int32 field::solve_chain(uint16 step, uint32 skip_new) { ...@@ -4264,8 +4264,8 @@ int32 field::solve_chain(uint16 step, uint32 skip_new) {
} }
case 13: { case 13: {
raise_event((card*)0, EVENT_CHAIN_END, 0, 0, 0, 0, 0); raise_event((card*)0, EVENT_CHAIN_END, 0, 0, 0, 0, 0);
process_instant_event();
if(!skip_new) { if(!skip_new) {
process_instant_event();
core.hint_timing[0] |= TIMING_CHAIN_END; core.hint_timing[0] |= TIMING_CHAIN_END;
core.hint_timing[1] |= TIMING_CHAIN_END; core.hint_timing[1] |= TIMING_CHAIN_END;
add_process(PROCESSOR_POINT_EVENT, 0, 0, 0, 0, 0); add_process(PROCESSOR_POINT_EVENT, 0, 0, 0, 0, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment