From 78a06652e39012144db1e8b51c78a925250a72c3 Mon Sep 17 00:00:00 2001 From: dumganhar Date: Fri, 30 Sep 2011 09:43:23 +0800 Subject: [PATCH] modify cocosDenshionTest resouce path --- tests/tests/CocosDenshionTest/CocosDenshionTest.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp b/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp index 43a3e188dc..78bd9279f1 100644 --- a/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp +++ b/tests/tests/CocosDenshionTest/CocosDenshionTest.cpp @@ -5,16 +5,12 @@ // android effect only support ogg #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) #define EFFECT_FILE "effect2.ogg" -#elif (CC_TARGET_PLATFORM == CC_PLATFORM_BADA) - #define EFFECT_FILE "/Res/effect1.wav" #else - #define EFFECT_FILE "gui_close.WAV"//"effect1.wav" + #define EFFECT_FILE "effect1.wav" #endif // CC_PLATFORM_ANDROID #if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) #define MUSIC_FILE "music.mid" -#elif (CC_TARGET_PLATFORM == CC_PLATFORM_BADA) - #define MUSIC_FILE "/Res/background.mp3" #else #define MUSIC_FILE "background.mp3" #endif // CC_PLATFORM_WIN32