From 5b7c7c5e6eb683df37a4902c256d629dc39dd9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Tue, 17 Feb 2004 15:42:32 +0000 Subject: [PATCH] renamed offset defines, forgot to update this .h file earlier --- dlls/fun/fun.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/fun/fun.h b/dlls/fun/fun.h index 76e0d8f4..5da341f9 100755 --- a/dlls/fun/fun.h +++ b/dlls/fun/fun.h @@ -40,11 +40,11 @@ pfnmodule_engine_g* g_engModuleFunc; // These seem to be meta/amxmod related #define SF_NORESPAWN ( 1 << 30 )// !!!set this bit on guns and stuff that should never respawn. #if defined __linux__ - #define CSMONEYOFFSET 115 + 5 - #define CSDEATHSOFFSET 449 + 5 + #define OFFSET_CSMONEY 115 + 5 + #define OFFSET_CSDEATHS 449 + 5 #else - #define CSMONEYOFFSET 115 // Note that linux offsets need to be 5 higher (120 in this case) - #define CSDEATHSOFFSET 449 + #define OFFSET_CSMONEY 115 // Note that linux offsets need to be 5 higher (120 in this case) + #define OFFSET_CSDEATHS 449 #endif // defined __linux__ #define HITGROUP_GENERIC 0 // none