Mercurial > hg > openttd
changeset 17406:107ec08fdc9b draft
(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong
author | smatz <smatz@openttd.org> |
---|---|
date | Sun, 27 Feb 2011 13:59:20 +0000 |
parents | 2e358832cb7f |
children | 81e5b22c6db6 |
files | src/saveload/station_sl.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"