diff -r 162fec525764 -r 41b0a9955c47 project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SDLActivity.java --- 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 '/'