fix for bug #782727 (COMI: no sentence line while inventory is shown) by drawing blast text after blast objects

svn-id: r9853
This commit is contained in:
Max Horn 2003-08-24 21:58:16 +00:00
parent 57493197e8
commit 10d4af4eae

View File

@ -1369,13 +1369,13 @@ load_game:
checkV2MouseOver(_mouse);
}
drawBlastTexts();
drawBlastObjects();
drawBlastTexts();
if (_version == 8)
processUpperActors();
drawDirtyScreenParts();
removeBlastObjects();
removeBlastTexts();
removeBlastObjects();
if (_version <= 5)
playActorSounds();