mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Made congratulations message visible.
svn-id: r26867
This commit is contained in:
parent
342d1aa48f
commit
cd58eb5e6b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user