(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long

This commit is contained in:
rubidium
2011-10-03 20:21:56 +00:00
parent 83e8f8bdd3
commit f5caf07ee1
3 changed files with 6 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ public:
/** Vehicle is without power */
ERR_VEHICLE_NO_POWER, // [STR_ERROR_TRAIN_START_NO_POWER]
/** Vehicle would get too long during construction. */
ERR_VEHICLE_TOO_LONG, // [STR_ERROR_TRAIN_TOO_LONG]
};
/**