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 /projects | |
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 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 58414e67e..86215dd0e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1700,7 +1700,7 @@ > </File> <File - RelativePath=".\..\src\table\roadveh.h" + RelativePath=".\..\src\table\roadveh_movement.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a6c167989..15dd7d40a 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1697,7 +1697,7 @@ > </File> <File - RelativePath=".\..\src\table\roadveh.h" + RelativePath=".\..\src\table\roadveh_movement.h" > </File> <File |