Fixed module correction output

This commit is contained in:
David Anderson
2004-09-09 06:04:50 +00:00
parent 59880371e1
commit b8721e0123
6 changed files with 57 additions and 12 deletions

View File

@@ -254,6 +254,7 @@ void* alloc_amxmemory(void**, int size);
void free_amxmemory(void **ptr);
// get_localinfo
const char* get_localinfo( const char* name , const char* def );
static cell AMX_NATIVE_CALL null_native(AMX *amx, cell *params);
enum ModuleCallReason
{
@@ -267,6 +268,7 @@ extern ModuleCallReason g_ModuleCallReason; // modules.cpp
extern CModule *g_CurrentlyCalledModule; // modules.cpp
extern const char *g_LastRequestedFunc; // modules.cpp
extern CQueue<String> CurModuleList;
extern int no_module_test;
void *Module_ReqFnptr(const char *funcName); // modules.cpp