Revision: 2431 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2431&view=rev Author: rorthomas Date: 2012-02-02 13:21:49 +0000 (Thu, 02 Feb 2012) Log Message: ----------- fixed nullptr on linux
Modified Paths: -------------- trunk/source/main/audio/SoundScriptManager.cpp Modified: trunk/source/main/audio/SoundScriptManager.cpp =================================================================== --- trunk/source/main/audio/SoundScriptManager.cpp 2012-02-02 13:21:32 UTC (rev 2430) +++ trunk/source/main/audio/SoundScriptManager.cpp 2012-02-02 13:21:49 UTC (rev 2431) @@ -568,8 +568,8 @@ , sm(sm) , soundLinkType(soundLinkType) , soundLinkItemId(soundLinkItemId) - , startSound(nullptr) - , stopSound(nullptr) + , startSound(NULL) + , stopSound(NULL) { //create sounds if (templ->has_start_sound) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel