(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
This commit is contained in:
@@ -5422,6 +5422,9 @@ static void ResetNewGRFData()
|
||||
/* Copy/reset original bridge info data */
|
||||
ResetBridges();
|
||||
|
||||
/* Reset rail type information */
|
||||
ResetRailTypes();
|
||||
|
||||
/* Allocate temporary refit/cargo class data */
|
||||
_gted = CallocT<GRFTempEngineData>(GetEnginePoolSize());
|
||||
|
||||
|
Reference in New Issue
Block a user