[Scummvm-cvs-logs] SF.net SVN: scummvm: [26867] scummvm/trunk/engines/parallaction/callables. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri May 18 23:07:42 CEST 2007


Revision: 26867
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26867&view=rev
Author:   peres001
Date:     2007-05-18 14:07:42 -0700 (Fri, 18 May 2007)

Log Message:
-----------
Made congratulations message visible.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/callables.cpp

Modified: scummvm/trunk/engines/parallaction/callables.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables.cpp	2007-05-18 20:05:08 UTC (rev 26866)
+++ scummvm/trunk/engines/parallaction/callables.cpp	2007-05-18 21:07:42 UTC (rev 26867)
@@ -301,15 +301,15 @@
 		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 @@
 	streamDonna.close();
 
 	cleanInventory();
-	refreshInventory(_vm->_characterName);
 
 	_vm->_gfx->setPalette(_vm->_gfx->_palette);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list