forked from mirror/OpenTTD
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
This commit is contained in:
@@ -340,6 +340,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\spritecache.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\station.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\string.cpp">
|
||||
</File>
|
||||
|
@@ -623,6 +623,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\spritecache.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\station.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\string.cpp">
|
||||
</File>
|
||||
|
Reference in New Issue
Block a user