added a little more flexibility to modules.ini

fixed bug where unloading was never called
This commit is contained in:
David Anderson
2006-05-07 10:05:04 +00:00
parent dad00a2eb6
commit 00e32aca97
3 changed files with 34 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ typedef enum
} PlayerProp;
int CheckModules(AMX *amx, char error[128]);
bool LoadModule(const char *shortname, PLUG_LOADTIME now);
bool LoadModule(const char *shortname, PLUG_LOADTIME now, bool simplify=true);
const char *StrCaseStr(const char *as, const char *bs);
class Debugger;