[Scummvm-cvs-logs] CVS: scummvm/wince pocketpc.cpp,1.22,1.23

Max Horn fingolfin at users.sourceforge.net
Sun Jul 7 14:28:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv28026/wince

Modified Files:
	pocketpc.cpp 
Log Message:
got rid of some g_scumm uses

Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/pocketpc.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- pocketpc.cpp	20 May 2002 21:21:59 -0000	1.22
+++ pocketpc.cpp	7 Jul 2002 21:27:06 -0000	1.23
@@ -412,9 +412,9 @@
 		g_system = scumm->_system;
 		g_mixer = &scumm->_mixer[0];
 
-		g_scumm->_sound_volume_master = 0;
-		g_scumm->_sound_volume_music = detector._music_volume;
-		g_scumm->_sound_volume_sfx = detector._sfx_volume;
+		scumm->_sound_volume_master = 0;
+		scumm->_sound_volume_music = detector._music_volume;
+		scumm->_sound_volume_sfx = detector._sfx_volume;
 
 		keypad_init();
 		load_key_mapping();





More information about the Scummvm-git-logs mailing list