From 3ad14cc7a83892b7f6e8c36d254a222c982ffb7d Mon Sep 17 00:00:00 2001 From: KUDr Date: Sun, 14 Jan 2007 19:18:50 +0000 Subject: (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). --- projects/openttd_vs80.vcproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projects/openttd_vs80.vcproj') diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e2bba363e..f240303b7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -623,6 +623,9 @@ + + -- cgit v1.2.3-54-g00ecf