From c2b39a72e597fa895a30b7c6de15e8e75cc5fe18 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 26 Jun 2011 14:00:59 +0200 Subject: [PATCH] Also remove useless constant NEWLINES --- qcsrc/common/constants.qh | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 47f6c3a6a..9035a974f 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -604,9 +604,6 @@ float HITTYPE_RESERVED = 0x1000; // unused yet #define FRAGS_PLAYER_NONSOLID -616 // we can use this frags value for both -//misc. stuff -#define NEWLINES "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" - // water levels float WATERLEVEL_NONE = 0; float WATERLEVEL_WETFEET = 1; -- 2.39.2