Changeset - r22560:9ceeb1ec6dbe
[Not reviewed]
master
0 1 0
frosch - 7 years ago 2017-03-05 14:43:21
frosch@openttd.org
(svn r27767) -Codechange: Industries and houses should just use the default-case in Action 4.
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -5474,12 +5474,6 @@ static void FeatureNewName(ByteReader *b
 
				}
 
				break;
 

	
 
			case GSF_INDUSTRIES: {
 
				AddGRFString(_cur.grffile->grfid, id, lang, new_scheme, true, name, STR_UNDEFINED);
 
				break;
 
			}
 

	
 
			case GSF_HOUSES:
 
			default:
 
				switch (GB(id, 8, 8)) {
 
					case 0xC4: // Station class name
0 comments (0 inline, 0 general)