[Scummvm-cvs-logs] SF.net SVN: scummvm:[48429] scummvm/branches/branch-1-1-0/sound/softsynth/ opl/mame.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Wed Mar 31 00:12:28 CEST 2010


Revision: 48429
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48429&view=rev
Author:   agent-q
Date:     2010-03-30 22:12:28 +0000 (Tue, 30 Mar 2010)

Log Message:
-----------
DS: Fix incorrect define symbol used in previous commit

Modified Paths:
--------------
    scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp

Modified: scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp
===================================================================
--- scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp	2010-03-30 21:34:04 UTC (rev 48428)
+++ scummvm/branches/branch-1-1-0/sound/softsynth/opl/mame.cpp	2010-03-30 22:12:28 UTC (rev 48429)
@@ -754,7 +754,7 @@
 }
 
 static void OPLCloseTable(void) {
-#ifndef __NDS__
+#ifndef __DS__
 	free(TL_TABLE);
 	free(SIN_TABLE);
 #endif


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