diff options
author | smatz <smatz@openttd.org> | 2011-02-27 13:59:20 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2011-02-27 13:59:20 +0000 |
commit | 8074f123d524d404cd60f7ff6edd533962668efc (patch) | |
tree | 7c5f2937e30d38b7a2009a77b783503701623119 | |
parent | 6e641777b1dec7d0e897ddbb4608281ff43d139c (diff) | |
download | openttd-8074f123d524d404cd60f7ff6edd533962668efc.tar.xz |
(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong
-rw-r--r-- | src/saveload/station_sl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp index e41cb3288..f32e476be 100644 --- a/src/saveload/station_sl.cpp +++ b/src/saveload/station_sl.cpp @@ -7,7 +7,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. */ -/** @file station_sl.cpp Code handling saving and loading of economy data */ +/** @file station_sl.cpp Code handling saving and loading of stations. */ #include "../stdafx.h" #include "../station_base.h" |