(svn r1700) - Fix: Hacked clients can no longer be used to build vehicles that are not available yet (Hackykid)

This commit is contained in:
bjarni
2005-01-27 21:00:05 +00:00
parent 1ae9e7b448
commit 99338d278d
6 changed files with 33 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ void AcceptEnginePreview(Engine *e, int player);
void LoadCustomEngineNames(void);
void DeleteCustomEngineNames(void);
bool IsEngineBuildable(int engine, byte type);
enum {
NUM_NORMAL_RAIL_ENGINES = 54,