(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.

Basically, it is more a gathering of IDs from grf files and ingame data.
This commit is contained in:
belugas
2007-05-15 21:36:58 +00:00
parent 7f88f14f64
commit 641d51a5ad
10 changed files with 261 additions and 106 deletions

View File

@@ -140,6 +140,7 @@ newgrf.h
newgrf_callbacks.h
newgrf_canal.h
newgrf_cargo.h
newgrf_commons.h
newgrf_config.h
newgrf_engine.h
newgrf_house.h
@@ -286,6 +287,7 @@ ai/trolly/trolly.cpp
newgrf.cpp
newgrf_canal.cpp
newgrf_cargo.cpp
newgrf_commons.cpp
newgrf_config.cpp
newgrf_engine.cpp
newgrf_house.cpp