[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.21,1.22

Oliver Kiehl olki at users.sourceforge.net
Sun Nov 24 07:27:02 CET 2002


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

Modified Files:
	simon.h 
Log Message:
removed some no longer used variable declarations


Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- simon.h	24 Nov 2002 12:53:01 -0000	1.21
+++ simon.h	24 Nov 2002 15:26:19 -0000	1.22
@@ -130,13 +130,6 @@
 
 	File *_game_file;
 	
-	File *_voice_file;
-	uint32 *_voice_offsets;
-	SoundFormat _voice_type;
-	File *_effects_file;
-	uint32 *_effects_offsets;
-	SoundFormat _effects_type;
-
 	byte *_stripped_txt_mem;
 	uint _text_size;
 	uint _stringtab_num, _stringtab_pos, _stringtab_numalloc;





More information about the Scummvm-git-logs mailing list