project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SDLActivity.java
branchhedgeroid
changeset 6350 41b0a9955c47
parent 6332 5d9cc2441c48
child 6487 bd3c736c1eac
--- a/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SDLActivity.java	Thu Nov 24 13:40:17 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SDLActivity.java	Thu Nov 24 13:44:30 2011 +0100
@@ -277,7 +277,7 @@
 		//Set up the IPC socket server to communicate with the engine
 		EngineProtocolNetwork ipc = new EngineProtocolNetwork(config);
 
-		String path = Utils.getDownloadPath(SDLActivity.mSingleton);//This represents the data directory
+		String path = Utils.getDataPath(SDLActivity.mSingleton);//This represents the data directory
 		path = path.substring(0, path.length()-1);//remove the trailing '/'