mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
Made final comment appear.
svn-id: r26868
This commit is contained in:
parent
cd58eb5e6b
commit
b5a96f6d55
@ -250,6 +250,7 @@ void _c_endComment(void *param) {
|
||||
|
||||
_vm->_gfx->setFont(kFontDialogue);
|
||||
_vm->_gfx->displayWrappedString(_vm->_location._endComment, 3, 5, 130, 0);
|
||||
_vm->_gfx->updateScreen();
|
||||
|
||||
uint32 di = 0;
|
||||
for (di = 0; di < PALETTE_COLORS; di++) {
|
||||
|
Loading…
Reference in New Issue
Block a user