(svn r23524) -Codechange: move the name of the scanner to a level deeper

This commit is contained in:
truebrain
2011-12-15 19:52:44 +00:00
parent efb37bb919
commit 2ecbe89509
3 changed files with 12 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ public:
AIScannerInfo();
~AIScannerInfo();
/* virtual */ void Initialize(const char *name);
/* virtual */ void Initialize();
/**
* Select a random AI.
@@ -54,6 +54,8 @@ private:
class AIScannerLibrary : public ScriptScanner {
public:
/* virtual */ void Initialize();
/**
* Find a library in the pool.
* @param library The library name to find.