(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong

This commit is contained in:
smatz 2011-02-27 13:59:20 +00:00
parent 6e641777b1
commit 8074f123d5

View File

@ -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"