Hedgeroid: Removed reference to obsolete libphysfsrwops.so
authorMedo <smaxein@googlemail.com>
Sat, 02 Feb 2013 14:33:35 +0100
changeset 8470 01ddeb241c21
parent 8469 018da0724a93
child 8471 7681d14b9f01
Hedgeroid: Removed reference to obsolete libphysfsrwops.so It is now compiled as part of libphysfs.so
project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/PascalExports.java
--- a/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/PascalExports.java	Sat Feb 02 14:22:57 2013 +0100
+++ b/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/PascalExports.java	Sat Feb 02 14:33:35 2013 +0100
@@ -32,7 +32,6 @@
 		System.loadLibrary("SDL_ttf");
 		System.loadLibrary("lua5.1");
 		System.loadLibrary("physfs");
-		System.loadLibrary("physfsrwops");
 		System.loadLibrary("hwengine");
 	}