5dfaba8ea1
Quake2-LNX project aims to further develop and bug fix original Quake II code released by id Software in 1998, as well as support multiple architectures. It also includes additional rendering drivers, eyecandy stuff from Quake2Max project, and experimental IPv6 support. Submitted by: Alexey Dokuchaev <danfe (at) regency.nsu.ru>
14 lines
282 B
C
14 lines
282 B
C
--- src/linux/rw_sdl.c.orig Wed Jun 18 08:01:40 2003
|
|
+++ src/linux/rw_sdl.c Wed Jun 18 08:02:13 2003
|
|
@@ -190,7 +190,10 @@
|
|
*/
|
|
void RW_IN_Commands (void)
|
|
{
|
|
- int i, key_index;
|
|
+ int i;
|
|
+#ifdef Joystick
|
|
+ int key_index;
|
|
+#endif
|
|
|
|
if (mouse_avail) {
|
|
for (i=0 ; i<3 ; i++) {
|