Commit cdbbaa11 authored by DailyShana's avatar DailyShana

fix

parent 49b33e46
......@@ -2034,7 +2034,7 @@ int32 field::process_quick_effect(int16 step, int32 skip_freechain, uint8 priori
}
case 2: {
chain newchain;
for(auto evit = core.point_event.begin(); evit != core.instant_event.begin(); ++evit) {
for(auto evit = core.point_event.begin(); evit != core.instant_event.end(); ++evit) {
if(evit == core.point_event.end())
evit = core.instant_event.begin();
auto pr = effects.activate_effect.equal_range(evit->event_code);
......
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