[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.151,1.152

Travis Howell kirben at users.sourceforge.net
Sat Mar 1 06:02:57 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv28521/simon

Modified Files:
	simon.cpp 
Log Message:

Disable realizePalette_unk() in simon since it causes regressions


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- simon.cpp	16 Feb 2003 04:07:15 -0000	1.151
+++ simon.cpp	1 Mar 2003 13:11:01 -0000	1.152
@@ -4726,6 +4726,9 @@
 
 void SimonState::realizePalette_unk()
 {
+// Function is disabled since it causes text display problems.
+// Only used in Simon the Sorcerer 2 when Simon rides lion to Goblin Camp
+#if 0
 	uint8 *src;
 	byte *dst;
 	uint8 palette_unk[768];
@@ -4750,6 +4753,7 @@
 		_system->set_palette(_video_buf_1, 0, _video_num_pal_colors);
 		delay(5);
  	}
+#endif
 	_palette_color_count = 0;
 }
 





More information about the Scummvm-git-logs mailing list