diff options
author | peter1138 <peter1138@openttd.org> | 2007-04-05 07:49:04 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-04-05 07:49:04 +0000 |
commit | a2cec54c9d880243617b16972528e305d743014d (patch) | |
tree | 56e95f5fe598d9097484013307aecd3c2c9821d0 /projects | |
parent | abf88b687ccbc7e344b3eacf8a84c1f71cac73a3 (diff) | |
download | openttd-a2cec54c9d880243617b16972528e305d743014d.tar.xz |
(svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index f95c9977b..4ee36a3f5 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -757,6 +757,9 @@ RelativePath=".\..\src\train_gui.cpp"> </File> <File + RelativePath=".\..\src\transparency_gui.cpp"> + </File> + <File RelativePath=".\..\src\vehicle_gui.cpp"> </File> </Filter> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 1dce3d9be..4f1536637 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -784,7 +784,7 @@ > </File> <File - RelativePath="..\src\direction.h" + RelativePath=".\..\src\direction.h" > </File> <File @@ -1236,6 +1236,10 @@ > </File> <File + RelativePath=".\..\src\transparency_gui.cpp" + > + </File> + <File RelativePath=".\..\src\vehicle_gui.cpp" > </File> |