diff options
author | glx <glx@openttd.org> | 2008-02-11 21:01:43 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-02-11 21:01:43 +0000 |
commit | 42b305661b456fea651ee0417cc0bc0f822b0903 (patch) | |
tree | aa61ffaf1492339697de7c145456b264d5d7b01d | |
parent | f19eca0905389586d4a171bba3e044cf3357eef6 (diff) | |
download | openttd-42b305661b456fea651ee0417cc0bc0f822b0903.tar.xz |
(svn r12116) -Fix (r12083): little typos in source.list
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 | ||||
-rw-r--r-- | source.list | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 903f979ff..e8caff18f 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -924,7 +924,7 @@ > </File> <File - RelativePath=".\..\src\code\enum_type.hpp" + RelativePath=".\..\src\core\enum_type.hpp" > </File> <File @@ -1144,7 +1144,7 @@ > </File> <File - RelativePath=".\..\src\overflowsafe_type.hpp" + RelativePath=".\..\src\core\overflowsafe_type.hpp" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a8422fbc4..fbb3a4f6b 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -921,7 +921,7 @@ > </File> <File - RelativePath=".\..\src\code\enum_type.hpp" + RelativePath=".\..\src\core\enum_type.hpp" > </File> <File @@ -1141,7 +1141,7 @@ > </File> <File - RelativePath=".\..\src\overflowsafe_type.hpp" + RelativePath=".\..\src\core\overflowsafe_type.hpp" > </File> <File diff --git a/source.list b/source.list index b19c5798d..be268645a 100644 --- a/source.list +++ b/source.list @@ -139,7 +139,7 @@ economy_func.h economy_type.h core/endian_func.hpp engine.h -code/enum_type.hpp +core/enum_type.hpp fileio.h fios.h fontcache.h @@ -194,7 +194,7 @@ video/null_v.h oldpool.h openttd.h order.h -overflowsafe_type.hpp +core/overflowsafe_type.hpp pathfind.h player_base.h player_face.h |