[Scummvm-cvs-logs] SF.net SVN: scummvm: [32641] scummvm/branches/gsoc2008-rtl/engines/touche/ touche.cpp

cpage88 at users.sourceforge.net cpage88 at users.sourceforge.net
Tue Jun 10 00:26:07 CEST 2008


Revision: 32641
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32641&view=rev
Author:   cpage88
Date:     2008-06-09 15:26:05 -0700 (Mon, 09 Jun 2008)

Log Message:
-----------
TOUCHE: Reverted some comments that were used for testing purposes

Modified Paths:
--------------
    scummvm/branches/gsoc2008-rtl/engines/touche/touche.cpp

Modified: scummvm/branches/gsoc2008-rtl/engines/touche/touche.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/touche/touche.cpp	2008-06-09 21:16:26 UTC (rev 32640)
+++ scummvm/branches/gsoc2008-rtl/engines/touche/touche.cpp	2008-06-09 22:26:05 UTC (rev 32641)
@@ -79,7 +79,6 @@
 ToucheEngine::~ToucheEngine() {
 	Common::clearAllSpecialDebugLevels();
 	delete _midiPlayer;
-//	delete driver;
 }
 
 int ToucheEngine::init() {
@@ -98,7 +97,6 @@
 	_midiPlayer = new MidiPlayer(driver, native_mt32);
 
 
-//	delete driver;
 	_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
 	_mixer->setVolumeForSoundType(Audio::Mixer::kSpeechSoundType, ConfMan.getInt("speech_volume"));
 	_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, Audio::Mixer::kMaxMixerVolume);


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