aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNicola Mettifogo2007-05-18 21:07:42 +0000
committerNicola Mettifogo2007-05-18 21:07:42 +0000
commitcd58eb5e6bb8bcfa84f7d361fc02a4d7476257c5 (patch)
tree8ae42806d30a034acfd2dbf34c6012aab9095bf0 /engines
parent342d1aa48f0ccf97dd156485cd170c3c3854866a (diff)
downloadscummvm-rg350-cd58eb5e6bb8bcfa84f7d361fc02a4d7476257c5.tar.gz
scummvm-rg350-cd58eb5e6bb8bcfa84f7d361fc02a4d7476257c5.tar.bz2
scummvm-rg350-cd58eb5e6bb8bcfa84f7d361fc02a4d7476257c5.zip
Made congratulations message visible.
svn-id: r26867
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/callables.cpp9
1 files changed, 4 insertions, 5 deletions
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);