Made final comment appear.

svn-id: r26868
This commit is contained in:
Nicola Mettifogo 2007-05-18 21:12:23 +00:00
parent cd58eb5e6b
commit b5a96f6d55

View File

@ -250,6 +250,7 @@ void _c_endComment(void *param) {
_vm->_gfx->setFont(kFontDialogue); _vm->_gfx->setFont(kFontDialogue);
_vm->_gfx->displayWrappedString(_vm->_location._endComment, 3, 5, 130, 0); _vm->_gfx->displayWrappedString(_vm->_location._endComment, 3, 5, 130, 0);
_vm->_gfx->updateScreen();
uint32 di = 0; uint32 di = 0;
for (di = 0; di < PALETTE_COLORS; di++) { for (di = 0; di < PALETTE_COLORS; di++) {