OSDN Git Service

パスの修正
authorangeart <angeart@git.sourceforge.jp>
Sat, 22 Sep 2012 07:06:17 +0000 (16:06 +0900)
committerangeart <angeart@git.sourceforge.jp>
Sat, 22 Sep 2012 07:06:17 +0000 (16:06 +0900)
client/Music.cpp

index 9774b81..adb6d88 100644 (file)
@@ -28,7 +28,7 @@ void Music::Init()
 
        music_paths_.clear();
 
-       path p("./resources/musics");
+       path p("./resources/music");
 
        try{
                if (exists(p) && is_directory(p)) {
@@ -50,7 +50,7 @@ void Music::Init()
 
        se_paths_.clear();
 
-       p = "./resources/ses";
+       p = "./resources/se";
 
        try{
                if (exists(p) && is_directory(p)) {