mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h
It is more descriptive name and it will not upset the generate script anymore
This commit is contained in:
parent
b68f398cac
commit
034150c199
@ -1700,7 +1700,7 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\table\roadveh.h"
|
RelativePath=".\..\src\table\roadveh_movement.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -1697,7 +1697,7 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\table\roadveh.h"
|
RelativePath=".\..\src\table\roadveh_movement.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -336,7 +336,7 @@ table/landscape_sprite.h
|
|||||||
table/namegen.h
|
table/namegen.h
|
||||||
table/palettes.h
|
table/palettes.h
|
||||||
table/road_land.h
|
table/road_land.h
|
||||||
table/roadveh.h
|
table/roadveh_movement.h
|
||||||
table/sprites.h
|
table/sprites.h
|
||||||
table/station_land.h
|
table/station_land.h
|
||||||
../objs/langs/table/strings.h
|
../objs/langs/table/strings.h
|
||||||
|
@ -1342,7 +1342,7 @@ struct RoadDriveEntry {
|
|||||||
byte x, y;
|
byte x, y;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "table/roadveh.h"
|
#include "table/roadveh_movement.h"
|
||||||
|
|
||||||
static const byte _road_veh_data_1[] = {
|
static const byte _road_veh_data_1[] = {
|
||||||
20, 20, 16, 16, 0, 0, 0, 0,
|
20, 20, 16, 16, 0, 0, 0, 0,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file table/roadveh.h Data about how a road vehicle must drive on a tile */
|
/** @file table/roadveh_movement.h Data about how a road vehicle must drive on a tile */
|
||||||
|
|
||||||
static const RoadDriveEntry _roadveh_drive_data_0[] = {
|
static const RoadDriveEntry _roadveh_drive_data_0[] = {
|
||||||
{15, 5},
|
{15, 5},
|
Loading…
Reference in New Issue
Block a user