Files
ports/games/openomf/files/patch-src_main.c
T
Pawel Pekala b5733ca4a4 OpenOMF is a Open Source remake of "One Must Fall 2097" by Diversions
Entertainment.

WWW: http://www.openomf.org/

PR:		210819
Submitted by:	Stas Timokhin <devel@stasyan.com>
2016-07-21 15:55:20 +00:00

12 lines
460 B
C

--- 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;
}