fixed "*square* No to all" choice...

someone just forgot that both cases need to check if the interupt decision is 2 before changing it back to 0 (interupt) btw, once a stack is ready any NEW stack actions added, such as Ai interrupting your choice to not interrupt you will see the new stack actions to either cancel manuelly or "no to all"

sorry its not a bug fix for crashes! im really not skilled enough yet to fix the kinds of crashes were having.
This commit is contained in:
omegablast2002@yahoo.com
2010-12-09 17:37:11 +00:00
parent 6360734ea3
commit 5d0029a2eb

View File

@@ -616,6 +616,7 @@ int ActionStack::resolve()
{
for (int i = 0; i < 2; i++)
{
if (interruptDecision[i] != 2)
interruptDecision[i] = 0;
}
}