Files
@ r5665:f732864744b6
Branch filter:
Location: cpp/openttd-patchpack/source/src/pathfind.h
r5665:f732864744b6
2.0 KiB
text/x-c
(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).