2
0
Fork 0

Allow an action to execute another and rerun after it

personal/stbuehler/wip
Stefan Bühler 2009-10-05 20:56:50 +02:00
parent 7568b9c937
commit 20a8fc4ea8
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ liHandlerResult li_action_execute(liVRequest *vr) {
li_action_stack_reset(vr, as);
case LI_HANDLER_COMEBACK:
case LI_HANDLER_WAIT_FOR_EVENT:
if (ase != action_stack_top(as)) break; /* allow an action to push another action and rerun after it again */
return res;
}
break;