Mercurial > hg > openttd
comparison src/engine.cpp @ 20725:fec842671605 draft
(svn r25639) -Codechange: Rename both 'STR_ERROR_NO_VEHICLES_AVAILABLE*' strings.
author | alberth <alberth@openttd.org> |
---|---|
date | Wed, 31 Jul 2013 07:25:58 +0000 |
parents | 35dad1cb63ac |
children | 648c12a70f7a |
comparison
equal
deleted
inserted
replaced
20724:329dd9fe332d | 20725:fec842671605 |
---|---|
1117 /* Okay, try to find the earliest date. */ | 1117 /* Okay, try to find the earliest date. */ |
1118 min_date = min(min_date, e->info.base_intro); | 1118 min_date = min(min_date, e->info.base_intro); |
1119 } | 1119 } |
1120 | 1120 |
1121 SetDParam(0, min_date); | 1121 SetDParam(0, min_date); |
1122 ShowErrorMessage(STR_ERROR_NO_VEHICLES_AVAILABLE, STR_ERROR_NO_VEHICLES_AVAILABLE_EXPLANATION, WL_WARNING); | 1122 ShowErrorMessage(STR_ERROR_NO_VEHICLES_AVAILABLE_YET, STR_ERROR_NO_VEHICLES_AVAILABLE_YET_EXPLANATION, WL_WARNING); |
1123 } | 1123 } |