(svn r11823) -Fix (r11822): Custom names from old TTD games were not updated.
This commit is contained in:
@@ -212,8 +212,6 @@ static inline Engine* GetEngine(EngineID i)
|
||||
return &_engines[i];
|
||||
}
|
||||
|
||||
VARDEF StringID _engine_name_strings[TOTAL_NUM_ENGINES];
|
||||
|
||||
static inline bool IsEngineIndex(uint index)
|
||||
{
|
||||
return index < TOTAL_NUM_ENGINES;
|
||||
|
Reference in New Issue
Block a user