(svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept.
This commit is contained in:
@@ -100,4 +100,6 @@ static inline CommandCost RemoveEngineReplacementForPlayer(Player *p, EngineID e
|
||||
return RemoveEngineReplacement(&p->engine_renew_list, engine, group, flags);
|
||||
}
|
||||
|
||||
bool CheckAutoreplaceValidity(EngineID from, EngineID to, PlayerID player);
|
||||
|
||||
#endif /* AUTOREPLACE_FUNC_H */
|
||||
|
Reference in New Issue
Block a user