2000-05-20 04:56:56 +00:00
|
|
|
--- config.h Fri Jul 16 21:37:03 1999
|
|
|
|
+++ config.h.new Sat May 20 00:45:15 2000
|
|
|
|
@@ -30,7 +30,7 @@
|
|
|
|
/* Comment this out to disable the joystick code. This code currently only
|
|
|
|
works on Linux, and only uses one joystick */
|
1998-08-09 01:22:00 +00:00
|
|
|
|
2000-05-20 04:56:56 +00:00
|
|
|
-#define USEJOYSTICK
|
|
|
|
+#undef USEJOYSTICK
|
|
|
|
|
|
|
|
/* Don't enable the joystick by default. Otherwise, it defaults to
|
|
|
|
controlling player 1. Uncomment this if your joystick doesn't work
|
|
|
|
@@ -69,7 +69,7 @@
|
|
|
|
sure it's actually set to something) */
|
|
|
|
|
|
|
|
#ifndef XRMPATH
|
1998-08-09 01:22:00 +00:00
|
|
|
-#define XRMPATH "./"
|
2000-05-20 04:56:56 +00:00
|
|
|
+#define XRMPATH DATADIR "./"
|
|
|
|
#endif
|
1998-08-09 01:22:00 +00:00
|
|
|
|
|
|
|
/* Comment this out to use the P key to pause the game. If you used this
|