From cd58eb5e6bb8bcfa84f7d361fc02a4d7476257c5 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Fri, 18 May 2007 21:07:42 +0000 Subject: Made congratulations message visible. svn-id: r26867 --- engines/parallaction/callables.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'engines') diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp index 9d19a606c3..d269ed2825 100644 --- a/engines/parallaction/callables.cpp +++ b/engines/parallaction/callables.cpp @@ -301,15 +301,15 @@ void _c_frankenstein(void *parm) { pal0[(i+FIRST_BASE_COLOR)] = _vm->_gfx->_palette[i]; pal0[(i+FIRST_BASE_COLOR)*3+1] = 0; pal0[(i+FIRST_BASE_COLOR)*3+2] = 0; -// pal0[(i+FIRST_EHB_COLOR)*3+1] = 0; -// pal0[(i+FIRST_EHB_COLOR)*3+2] = 0; + pal0[(i+FIRST_EHB_COLOR)*3+1] = 0; + pal0[(i+FIRST_EHB_COLOR)*3+2] = 0; } for (uint16 _di = 0; _di < 30; _di++) { g_system->delayMillis(20); _vm->_gfx->setPalette(pal0, FIRST_BASE_COLOR, BASE_PALETTE_COLORS); -// g_system->delayMillis(20); -// _vm->_gfx->setPalette(pal0, FIRST_EHB_COLOR, EHB_PALETTE_COLORS); + g_system->delayMillis(20); + _vm->_gfx->setPalette(pal0, FIRST_EHB_COLOR, EHB_PALETTE_COLORS); } _vm->_gfx->setPalette(_vm->_gfx->_palette); @@ -358,7 +358,6 @@ void _c_finito(void *parm) { streamDonna.close(); cleanInventory(); - refreshInventory(_vm->_characterName); _vm->_gfx->setPalette(_vm->_gfx->_palette); -- cgit v1.2.3