Skip to content

Commit

Permalink
TONY: Fix operation of MPAL ActionThread method
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 10, 2012
1 parent 5a069cd commit 9a7393e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/tony/mpal/mpal.cpp
Expand Up @@ -996,7 +996,6 @@ void ActionThread(CORO_PARAM, const void *param) {
LockVar();
varSetValue(item->Command[_ctx->k].lpszVarName, EvaluateExpression(item->Command[_ctx->k].expr));
UnlockVar();
break;

} else {
mpalError = 1;
Expand Down

0 comments on commit 9a7393e

Please sign in to comment.