(svn r2780) Remove some more unused strings and make the use of a few strings more explicit

This commit is contained in:
tron
2005-08-01 13:01:14 +00:00
parent e06d017b91
commit 91353c841f
29 changed files with 11 additions and 240 deletions

View File

@@ -561,7 +561,9 @@ static void RoadVehCrash(Vehicle *v)
v->cargo_count = 0;
SetDParam(0, pass);
AddNewsItem(STR_9031_ROAD_VEHICLE_CRASH_DRIVER+(pass!=1),
AddNewsItem(
(pass == 1) ?
STR_9031_ROAD_VEHICLE_CRASH_DRIVER : STR_9032_ROAD_VEHICLE_CRASH_DIE,
NEWS_FLAGS(NM_THIN, NF_VIEWPORT|NF_VEHICLE, NT_ACCIDENT, 0),
v->index,
0);