mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
This commit is contained in:
parent
9d994ce270
commit
46a975a01b
@ -179,10 +179,10 @@
|
|||||||
RelativePath=".\..\src\callback_table.cpp">
|
RelativePath=".\..\src\callback_table.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargotype.cpp">
|
RelativePath=".\..\src\cargopacket.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargopacket.cpp">
|
RelativePath=".\..\src\cargotype.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\command.cpp">
|
RelativePath=".\..\src\command.cpp">
|
||||||
@ -402,10 +402,10 @@
|
|||||||
RelativePath=".\..\src\bmp.h">
|
RelativePath=".\..\src\bmp.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargotype.h">
|
RelativePath=".\..\src\cargopacket.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargopacket.h">
|
RelativePath=".\..\src\cargotype.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\command.h">
|
RelativePath=".\..\src\command.h">
|
||||||
|
@ -468,11 +468,11 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargotype.cpp"
|
RelativePath=".\..\src\cargopacket.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargopacket.cpp"
|
RelativePath=".\..\src\cargotype.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
@ -764,11 +764,11 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargotype.h"
|
RelativePath=".\..\src\cargopacket.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\cargopacket.h"
|
RelativePath=".\..\src\cargotype.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -5,8 +5,8 @@ autoreplace_cmd.cpp
|
|||||||
aystar.cpp
|
aystar.cpp
|
||||||
bmp.cpp
|
bmp.cpp
|
||||||
callback_table.cpp
|
callback_table.cpp
|
||||||
cargotype.cpp
|
|
||||||
cargopacket.cpp
|
cargopacket.cpp
|
||||||
|
cargotype.cpp
|
||||||
command.cpp
|
command.cpp
|
||||||
console.cpp
|
console.cpp
|
||||||
console_cmds.cpp
|
console_cmds.cpp
|
||||||
@ -101,8 +101,8 @@ airport_movement.h
|
|||||||
articulated_vehicles.h
|
articulated_vehicles.h
|
||||||
aystar.h
|
aystar.h
|
||||||
bmp.h
|
bmp.h
|
||||||
cargotype.h
|
|
||||||
cargopacket.h
|
cargopacket.h
|
||||||
|
cargotype.h
|
||||||
command.h
|
command.h
|
||||||
console.h
|
console.h
|
||||||
currency.h
|
currency.h
|
||||||
|
Loading…
Reference in New Issue
Block a user