Package: egoboo
Version: 2.22-28
Severity: normal
Tags: patch
Egoboo is missing joypad B. I have included a patch.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages egoboo depends on:
ii egoboo-data 2.220-1 Egoboo data files
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libgl1-mesa-glx [libgl1] 6.5.1-0.4 A free implementation of the OpenG
ii libsdl1.2debian 1.2.11-5 Simple DirectMedia Layer
ii libxxf86vm1 1:1.0.1-2 X11 XFree86 video mode extension l
ii xlibmesa-gl 1:7.1.0-6 transitional package for Debian et
egoboo recommends no packages.
-- no debconf information
--- egoboo-2.22/code/graphic.c 2006-11-12 16:59:27.000000000 -0400
+++ egoboo-2.22+joyb/code/graphic.c 2006-11-12 16:52:43.000000000 -0400
@@ -4205,5 +4205,9 @@
sdljoya = SDL_JoystickOpen(0);
joyaon = TRUE;
}
+ if(SDL_NumJoysticks() > 1) {
+ sdljoyb = SDL_JoystickOpen(1);
+ joybon = TRUE;
+ }
return (sound);
}