Removed debug info from 64 bit porting
Fixed minor bugs
This commit is contained in:
@@ -940,16 +940,4 @@ void *Module_ReqFnptr(const char *funcName)
|
||||
return functions[i].ptr;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// :TODO: REMOVE!!!!!
|
||||
extern "C" void amxx_print(const char * fmt, ...)
|
||||
{
|
||||
static char string[256];
|
||||
|
||||
va_list argptr;
|
||||
va_start (argptr, fmt);
|
||||
vsnprintf (string, 255, fmt, argptr);
|
||||
va_end (argptr);
|
||||
print_srvconsole(string);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user