mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TINSEL: Remove redundant if()
svn-id: r53936
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user