From d9f2a097709d573ee1fc61e4a084bab4149ab818 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 24 Jun 2005 22:34:17 +0000 Subject: [PATCH] Minor cleanup --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4078 --- sourcemm/CSmmAPI.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sourcemm/CSmmAPI.cpp b/sourcemm/CSmmAPI.cpp index 8975aa2..76fac2d 100644 --- a/sourcemm/CSmmAPI.cpp +++ b/sourcemm/CSmmAPI.cpp @@ -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;