diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xroads/files/patch-config.h | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xroads/files/patch-config.h')
-rw-r--r-- | games/xroads/files/patch-config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xroads/files/patch-config.h b/games/xroads/files/patch-config.h new file mode 100644 index 000000000000..e1d3efc93f4f --- /dev/null +++ b/games/xroads/files/patch-config.h @@ -0,0 +1,11 @@ +--- config.h.orig Sat Jul 17 10:37:03 1999 ++++ config.h Fri Mar 30 21:11:09 2001 +@@ -30,7 +30,7 @@ + /* Comment this out to disable the joystick code. This code currently only + works on Linux, and only uses one joystick */ + +-#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 |