From ef1347cb6c99c2a37d31d87f82724a37cae83444 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 17 May 2006 19:36:42 +0000 Subject: [PATCH] Oh, hello, one more constant --- plugins/include/hlsdk_const.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/include/hlsdk_const.inc b/plugins/include/hlsdk_const.inc index 3e222550..b5353829 100644 --- a/plugins/include/hlsdk_const.inc +++ b/plugins/include/hlsdk_const.inc @@ -432,3 +432,6 @@ #define SF_WORLD_DARK 0x0001 // Fade from black at startup #define SF_WORLD_TITLE 0x0002 // Display game title at startup #define SF_WORLD_FORCETEAM 0x0004 // Force teams + +// Set this bit on guns and stuff that should never respawn +#define SF_NORESPAWN (1<<30) \ No newline at end of file