diff options
-rw-r--r-- | projects/openttd.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index c23dfcf05..9b17f97be 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -164,10 +164,10 @@ RelativePath=".\..\src\airport.cpp"> </File> <File - RelativePath=".\..\src\aystar.cpp"> + RelativePath=".\..\src\autoreplace_cmd.cpp"> </File> <File - RelativePath=".\..\src\autoreplace_cmd.cpp"> + RelativePath=".\..\src\aystar.cpp"> </File> <File RelativePath=".\..\src\bmp.cpp"> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 360f08155..37a7af0cc 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -448,11 +448,11 @@ > </File> <File - RelativePath=".\..\src\aystar.cpp" + RelativePath=".\..\src\autoreplace_cmd.cpp" > </File> <File - RelativePath=".\..\src\autoreplace_cmd.cpp" + RelativePath=".\..\src\aystar.cpp" > </File> <File diff --git a/source.list b/source.list index ac2eeb57d..1f7f1f1e9 100644 --- a/source.list +++ b/source.list @@ -1,7 +1,7 @@ # Source Files airport.cpp -aystar.cpp autoreplace_cmd.cpp +aystar.cpp bmp.cpp callback_table.cpp cargotype.cpp |