[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12633] branches/soc-2007-hcube/source/ creator/creator.c: enable audio on every platform by default.

Csaba Hruska csaba.hruska at gmail.com
Tue Nov 20 15:06:28 CET 2007


Revision: 12633
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12633
Author:   hcube
Date:     2007-11-20 15:06:28 +0100 (Tue, 20 Nov 2007)

Log Message:
-----------
enable audio on every platform by default.

Modified Paths:
--------------
    branches/soc-2007-hcube/source/creator/creator.c

Modified: branches/soc-2007-hcube/source/creator/creator.c
===================================================================
--- branches/soc-2007-hcube/source/creator/creator.c	2007-11-20 10:56:12 UTC (rev 12632)
+++ branches/soc-2007-hcube/source/creator/creator.c	2007-11-20 14:06:28 UTC (rev 12633)
@@ -230,11 +230,11 @@
 	SYS_SystemHandle syshandle;
 	Scene *sce;
 
-#if defined(WIN32) || defined (__linux__)
+//#if defined(WIN32) || defined (__linux__)
 	int audio = 1;
-#else
-	int audio = 0;
-#endif
+//#else
+//	int audio = 0;
+//#endif
 
 	setCallbacks();
 #ifdef __APPLE__





More information about the Bf-blender-cvs mailing list