From 6c8fc34cae70b8af739eac7a02bacdf42fd47cc4 Mon Sep 17 00:00:00 2001 From: Couls Date: Tue, 9 Jul 2019 02:40:02 -0400 Subject: [PATCH] bitflag hotfix --- code/__DEFINES/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/preferences.dm b/code/__DEFINES/preferences.dm index ffcc322c18b..582c8c7b9fe 100644 --- a/code/__DEFINES/preferences.dm +++ b/code/__DEFINES/preferences.dm @@ -32,7 +32,7 @@ #define TYPING_ONCE 1048576 #define AMBIENT_OCCLUSION 2097152 #define AZERTY 4194304 -#define NUMPAD_TARGET 8388606 +#define NUMPAD_TARGET 8388608 #define CHAT_GHOSTPDA 16777212 #define TOGGLES_TOTAL 33554361 // If you add or remove a preference toggle above, make sure you update this define with the total value of the toggles combined.