1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

Fixed an offset :)

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4095
This commit is contained in:
David Anderson 2005-07-13 17:15:27 +00:00
parent 151efb135a
commit 2c5dfa3247
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ void CSmmAPI::ConPrintf(const char *fmt, ...)
#define ENGINE486_OFFS 40
#define ENGINE686_SIG "\x53\x83\xEC\x08\xBB\x01\x00\x00"
#define ENGINE686_OFFS 50
#define ENGINEAMD_SIG "\x53\x31\xBB\x01\x00\x00\x00\x51"
#define ENGINEAMD_SIG "\x53\x51\xBB\x01\x00\x00\x00\x51"
#define ENGINEAMD_OFFS 47
#define ENGINEW32_SIG "\xA1\x2A\x2A\x2A\x2A\x56\xBE\x01"
#define ENGINEW32_OFFS 38

View File

@ -3,7 +3,7 @@
HL2SDK = ../../hl2sdk
SMM_ROOT = ..
SRCDS = ~/srcds
SRCDS = ~/srcds_l
### EDIT BELOW FOR OTHER PROJECTS ###

View File

@ -3,7 +3,7 @@
HL2SDK = ../../../hl2sdk
SMM_ROOT = ../../
SRCDS = ~/srcds
SRCDS = ~/srcds_l
### EDIT BELOW FOR OTHER PROJECTS ###