~melchizedek6809/WolkenWelten

b777913c468353cdd374b11db0409911951443fe — Ben (X13/Arch) 11 months ago 6d590b2 develop
Disabled gamepad support

It's not really working right now, and slows down client startup
considerably
1 files changed, 1 insertions(+), 1 deletions(-)

M client/src/sdl/sdl.c
M client/src/sdl/sdl.c => client/src/sdl/sdl.c +1 -1
@@ 177,7 177,7 @@ void initSDL(){
	initSDLMixer();

	initGL();
	gamepadInit();
	//gamepadInit();
}

void setFullscreen(bool fs){