mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-03 09:48:05 +01:00
(svn r27767) -Codechange: Industries and houses should just use the default-case in Action 4.
This commit is contained in:
parent
1a9e1c5e91
commit
b5d1e58b0e
@ -5474,12 +5474,6 @@ static void FeatureNewName(ByteReader *buf)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case GSF_INDUSTRIES: {
|
|
||||||
AddGRFString(_cur.grffile->grfid, id, lang, new_scheme, true, name, STR_UNDEFINED);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case GSF_HOUSES:
|
|
||||||
default:
|
default:
|
||||||
switch (GB(id, 8, 8)) {
|
switch (GB(id, 8, 8)) {
|
||||||
case 0xC4: // Station class name
|
case 0xC4: // Station class name
|
||||||
|
Loading…
Reference in New Issue
Block a user