Commit 3261c46e authored by fallenstardust's avatar fallenstardust

sync ocgcore

parent b1925df8
...@@ -417,7 +417,7 @@ int32 field::process() { ...@@ -417,7 +417,7 @@ int32 field::process() {
return pduel->bufferlen; return pduel->bufferlen;
} }
case PROCESSOR_SSET_G: { case PROCESSOR_SSET_G: {
if (sset_g(it->step, it->arg1, it->arg2, it->ptarget)) { if (sset_g(it->step, it->arg1, it->arg2, it->ptarget, it->arg3)) {
pduel->lua->add_param(returns.ivalue[0], PARAM_TYPE_INT); pduel->lua->add_param(returns.ivalue[0], PARAM_TYPE_INT);
core.units.pop_front(); core.units.pop_front();
} else } else
......
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