mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
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:
parent
57493197e8
commit
10d4af4eae
@ -1369,13 +1369,13 @@ load_game:
|
||||
checkV2MouseOver(_mouse);
|
||||
}
|
||||
|
||||
drawBlastTexts();
|
||||
drawBlastObjects();
|
||||
drawBlastTexts();
|
||||
if (_version == 8)
|
||||
processUpperActors();
|
||||
drawDirtyScreenParts();
|
||||
removeBlastObjects();
|
||||
removeBlastTexts();
|
||||
removeBlastObjects();
|
||||
|
||||
if (_version <= 5)
|
||||
playActorSounds();
|
||||
|
Loading…
x
Reference in New Issue
Block a user