From: angeart Date: Sat, 22 Sep 2012 07:06:17 +0000 (+0900) Subject: パスの修正 X-Git-Tag: v0.3.9~26^2 X-Git-Url: http://git.sourceforge.jp/view?p=mmo%2Fmain.git;a=commitdiff_plain;h=c862ffddb44a8b080b441254e092aa800a6b6b77 パスの修正 --- diff --git a/client/Music.cpp b/client/Music.cpp index 9774b81..adb6d88 100644 --- a/client/Music.cpp +++ b/client/Music.cpp @@ -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)) {