* Some cleaning about the resource path.
This commit is contained in:
jean.chalard
2009-01-01 23:26:15 +00:00
parent f452bf89f1
commit 64c7bdf42d
+4
View File
@@ -98,7 +98,11 @@ void JSoundSystem::DestroySoundSystem()
JMusic *JSoundSystem::LoadMusic(const char *fileName)
{
#ifdef RESPATH
string s = RESPATH"/";
#else
string s = "Res/";
#endif
s.append(fileName);
JMusic *music = new JMusic();
if (music)