mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
Minor cleanup
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4078
This commit is contained in:
parent
4eb23c422b
commit
d9f2a09770
@ -140,7 +140,7 @@ void CSmmAPI::ConPrintf(const char *fmt, ...)
|
|||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
//THERE BE HAX HERE!!!! DON'T TELL ALFRED, BUT GABE WANTED IT THAT WAY. //
|
//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 //
|
// "Echo text to console", you'll find the callback cmd pushed on the //
|
||||||
// stack.) //
|
// stack.) //
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
@ -180,7 +180,6 @@ bool CSmmAPI::CacheCmds()
|
|||||||
|
|
||||||
ConCommandBase *pBase = pCvar->GetCommands();
|
ConCommandBase *pBase = pCvar->GetCommands();
|
||||||
unsigned char *ptr = NULL;
|
unsigned char *ptr = NULL;
|
||||||
char *addr = NULL;
|
|
||||||
FnCommandCallback callback = NULL;
|
FnCommandCallback callback = NULL;
|
||||||
int offs = 0;
|
int offs = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user