diff options
Diffstat (limited to 'games/openomf/files/patch-src_main.c')
-rw-r--r-- | games/openomf/files/patch-src_main.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openomf/files/patch-src_main.c b/games/openomf/files/patch-src_main.c deleted file mode 100644 index 7a27405be42c..000000000000 --- a/games/openomf/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig 2016-01-10 17:37:25 UTC -+++ src/main.c -@@ -156,7 +156,7 @@ int main(int argc, char *argv[]) { - INFO("Running on platform: %s", SDL_GetPlatform()); - - #ifndef STANDALONE_SERVER -- if(SDL_InitSubSystem(SDL_INIT_JOYSTICK|SDL_INIT_GAMECONTROLLER|SDL_INIT_HAPTIC)) { -+ if(SDL_InitSubSystem(SDL_INIT_JOYSTICK|SDL_INIT_GAMECONTROLLER)) { - err_msgbox("SDL2 Initialization failed: %s", SDL_GetError()); - goto exit_2; - } |