(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'

This commit is contained in:
smatz
2008-08-25 20:10:45 +00:00
parent b60ff46806
commit c9bef19043
5 changed files with 5 additions and 5 deletions

View File

@@ -5737,7 +5737,7 @@ static void FinaliseIndustriesArray()
if (indsp->station_name != STR_NULL) {
/* STR_NULL (0) can be set by grf. It has a meaning regarding assignation of the
* station's name. Don't wont to loose the value, therefor, do not process. */
* station's name. Don't want to lose the value, therefore, do not process. */
strid = GetGRFStringID(indsp->grf_prop.grffile->grfid, indsp->station_name);
if (strid != STR_UNDEFINED) indsp->station_name = strid;
}