Revision: 14677
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14677
Author:   khughes
Date:     2008-05-04 16:14:09 +0200 (Sun, 04 May 2008)

Log Message:
-----------
More compiler fixes for BLI_convertstringcode calls

Modified Paths:
--------------
    trunk/blender/source/gameengine/Converter/KX_ConvertActuators.cpp

Modified: trunk/blender/source/gameengine/Converter/KX_ConvertActuators.cpp
===================================================================
--- trunk/blender/source/gameengine/Converter/KX_ConvertActuators.cpp   
2008-05-04 14:10:11 UTC (rev 14676)
+++ trunk/blender/source/gameengine/Converter/KX_ConvertActuators.cpp   
2008-05-04 14:14:09 UTC (rev 14677)
@@ -351,7 +351,7 @@
                                                        else
                                                        {
                                                                /* but we need 
to convert the samplename into absolute pathname first */
-                                                               
BLI_convertstringcode(soundact->sound->name, maggiename, 0);
+                                                               
BLI_convertstringcode(soundact->sound->name, maggiename);
                                                                samplename = 
soundact->sound->name;
                                                                
                                                                /* and now we 
can load it */


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to