(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 b3c84fcbbd
commit 48c44a8d21
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();