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

Minor cleanup

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4078
This commit is contained in:
David Anderson 2005-06-24 22:34:17 +00:00
parent 4eb23c422b
commit d9f2a09770

View File

@ -140,7 +140,7 @@ void CSmmAPI::ConPrintf(const char *fmt, ...)
//////////////////////////////////////////////////////////////////////////
//THERE BE HAX HERE!!!! DON'T TELL ALFRED, BUT GABE WANTED IT THAT WAY. //
// (note: you can find the windows offset by looking for the text //
// (note: you can find the offset by looking for the text //
// "Echo text to console", you'll find the callback cmd pushed on the //
// stack.) //
//////////////////////////////////////////////////////////////////////////
@ -180,7 +180,6 @@ bool CSmmAPI::CacheCmds()
ConCommandBase *pBase = pCvar->GetCommands();
unsigned char *ptr = NULL;
char *addr = NULL;
FnCommandCallback callback = NULL;
int offs = 0;