Changeset - r18495:a5f964b9052d
[Not reviewed]
master
0 1 0
truebrain - 13 years ago 2011-11-29 22:23:04
truebrain@openttd.org
(svn r23349) -Fix (r23210): one remaining unneeded GetClassName
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_info.hpp
Show inline comments
 
@@ -64,12 +64,6 @@ protected:
 
/** All static information from an AI like name, version, etc. */
 
class AIInfo : public AIFileInfo {
 
public:
 
	/**
 
	 * Get the class name, so the script code can create the right code.
 
	 * @return The class name.
 
	 */
 
	static const char *GetClassName() { return "AIInfo"; }
 

	
 
	AIInfo();
 
	~AIInfo();
 

	
0 comments (0 inline, 0 general)