Made congratulations message visible.

svn-id: r26867
This commit is contained in:
Nicola Mettifogo 2007-05-18 21:07:42 +00:00
parent 342d1aa48f
commit cd58eb5e6b

View File

@ -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);