From: terencehill Date: Sun, 26 Jun 2011 12:00:59 +0000 (+0200) Subject: Also remove useless constant NEWLINES X-Git-Tag: xonotic-v0.5.0~180 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c2b39a72e597fa895a30b7c6de15e8e75cc5fe18;p=xonotic%2Fxonotic-data.pk3dir.git Also remove useless constant NEWLINES --- 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;