summaryrefslogtreecommitdiff
path: root/projects/openttd.vcproj
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-07-16 13:51:17 +0000
committerglx <glx@openttd.org>2007-07-16 13:51:17 +0000
commit46a975a01b0c796f6c027a732687cb79d5747559 (patch)
tree7d16ad609b316ee39f0e21c61d7abcd510c295c3 /projects/openttd.vcproj
parent9d994ce270131b779f915802ebeb19839ddcde02 (diff)
downloadopenttd-46a975a01b0c796f6c027a732687cb79d5747559.tar.xz
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
Diffstat (limited to 'projects/openttd.vcproj')
-rw-r--r--projects/openttd.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index e681545aa..63ef6bc17 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -179,10 +179,10 @@
RelativePath=".\..\src\callback_table.cpp">
</File>
<File
- RelativePath=".\..\src\cargotype.cpp">
+ RelativePath=".\..\src\cargopacket.cpp">
</File>
<File
- RelativePath=".\..\src\cargopacket.cpp">
+ RelativePath=".\..\src\cargotype.cpp">
</File>
<File
RelativePath=".\..\src\command.cpp">
@@ -402,10 +402,10 @@
RelativePath=".\..\src\bmp.h">
</File>
<File
- RelativePath=".\..\src\cargotype.h">
+ RelativePath=".\..\src\cargopacket.h">
</File>
<File
- RelativePath=".\..\src\cargopacket.h">
+ RelativePath=".\..\src\cargotype.h">
</File>
<File
RelativePath=".\..\src\command.h">