|
From: Charles L. <cn...@us...> - 2009-04-16 07:16:27
|
Update of /cvsroot/hgengine/Mercury/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23770/src Modified Files: MercurySoundDriverSDL.cpp Log Message: We really need this to be the default - when it fails, there's no sound, at least we don't crash. Index: MercurySoundDriverSDL.cpp =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/MercurySoundDriverSDL.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MercurySoundDriverSDL.cpp 24 Oct 2008 18:05:07 -0000 1.3 --- MercurySoundDriverSDL.cpp 16 Apr 2009 07:16:11 -0000 1.4 *************** *** 8,12 **** #include "MercuryMath.h" ! REGISTER_DRIVER( MercurySoundDriverSDL, MercurySoundDriver, 15 ); MercurySoundDriverSDL::MercurySoundDriverSDL() --- 8,12 ---- #include "MercuryMath.h" ! REGISTER_DRIVER( MercurySoundDriverSDL, MercurySoundDriver, 9 ); MercurySoundDriverSDL::MercurySoundDriverSDL() |