forked from mirror/OpenTTD
(svn r24164) -Codechange: Split parts of static NewGRFClass::Reset() into non-static ResetClass().
This commit is contained in:
@@ -30,6 +30,8 @@ private:
|
||||
*/
|
||||
static NewGRFClass<Tspec, Tid, Tmax> classes[Tmax];
|
||||
|
||||
void ResetClass();
|
||||
|
||||
/** Initialise the defaults. */
|
||||
static void InsertDefaults();
|
||||
|
||||
|
Reference in New Issue
Block a user