(svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns

This commit is contained in:
rubidium
2010-08-13 12:45:26 +00:00
parent c5ec910980
commit 89b2b9370a
17 changed files with 266 additions and 92 deletions

View File

@@ -1284,6 +1284,10 @@
RelativePath=".\..\src\object.h"
>
</File>
<File
RelativePath=".\..\src\object_base.h"
>
</File>
<File
RelativePath=".\..\src\object_type.h"
>
@@ -2184,6 +2188,10 @@
RelativePath=".\..\src\saveload\newgrf_sl.h"
>
</File>
<File
RelativePath=".\..\src\saveload\object_sl.cpp"
>
</File>
<File
RelativePath=".\..\src\saveload\oldloader.cpp"
>