(svn r24164) -Codechange: Split parts of static NewGRFClass::Reset() into non-static ResetClass().

This commit is contained in:
frosch
2012-04-22 16:28:04 +00:00
parent caab94604b
commit 0edc3bf8db
2 changed files with 15 additions and 6 deletions

View File

@@ -30,6 +30,8 @@ private:
*/
static NewGRFClass<Tspec, Tid, Tmax> classes[Tmax];
void ResetClass();
/** Initialise the defaults. */
static void InsertDefaults();