TINSEL: Remove redundant if()

svn-id: r53936
This commit is contained in:
Max Horn
2010-10-30 00:34:41 +00:00
parent 36d17c74d1
commit a487da3c19
-3
View File
@@ -4945,9 +4945,6 @@ int CallLibraryRoutine(CORO_PARAM, int operand, int32 *pp, const INT_CONTEXT *pi
else {
Play(coroParam, pp[0], pp[1], pp[2], pp[3], pic->myEscape, false,
pic->event, pic->hPoly, pic->idActor);
if (coroParam)
return 0;
}
return -4;