You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/lsdldoom/files/lsdldoom-1.4.4.4-keys.patch

12 lines
316 B

--- src/g_game.c
+++ src/g_game.c
@@ -200,7 +200,7 @@
#define TURBOTHRESHOLD 0x32
#define SLOWTURNTICS 6
#define QUICKREVERSE 32768 // 180 degree reverse // phares
-#define NUMKEYS 256
+#define NUMKEYS 512
fixed_t forwardmove[2] = {0x19, 0x32};
fixed_t sidemove[2] = {0x18, 0x28};