diff options
author | belugas <belugas@openttd.org> | 2008-02-07 17:01:06 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-02-07 17:01:06 +0000 |
commit | 034150c199a07279d00df06194c5d06741e8b33d (patch) | |
tree | e6dd863d3fd95a91d4a216a2440843d9772741bb /src/table | |
parent | b68f398cacbeff7adb49e2d9ac8f08ecbacd1c64 (diff) | |
download | openttd-034150c199a07279d00df06194c5d06741e8b33d.tar.xz |
(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
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/roadveh_movement.h (renamed from src/table/roadveh.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/roadveh.h b/src/table/roadveh_movement.h index 2ec38760a..a6f3e543a 100644 --- a/src/table/roadveh.h +++ b/src/table/roadveh_movement.h @@ -1,6 +1,6 @@ /* $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[] = { {15, 5}, |