(svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
*/
|
||||
class AISubsidyList : public AIList {
|
||||
public:
|
||||
/** Get the name of this class to identify it towards squirrel. */
|
||||
static const char *GetClassName() { return "AISubsidyList"; }
|
||||
AISubsidyList();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user