]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
OOPS. Enable USE_RWOPS only on Android.
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 1dfc97f1857234c2816099576dd3fda480af33cc..a7074e5ff1f9f59b1b1861d34fe5fa766326cced 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -74,7 +74,6 @@
 # define dup _dup
 #endif
 
-#define USE_RWOPS 1
 #if USE_RWOPS
 # include <SDL.h>
 typedef SDL_RWops *filedesc_t;