summaryrefslogtreecommitdiff
path: root/src/strife/p_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_local.h')
-rw-r--r--src/strife/p_local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strife/p_local.h b/src/strife/p_local.h
index bc8e6931..304f44c5 100644
--- a/src/strife/p_local.h
+++ b/src/strife/p_local.h
@@ -92,6 +92,10 @@ void P_DropWeapon (player_t* player);
//
// P_USER
//
+
+// haleyjd 09/15/10: externalized
+#define INVERSECOLORMAP 32
+
void P_PlayerThink (player_t* player);
// haleyjd 08/30/10: [STRIFE] Needed externally
void P_Thrust (player_t* player, angle_t angle, fixed_t move);