Merge pull request #9 from churchs19/master

Fixing spelling of DuploTrainBaseSounds.BRAKE to match documentation and actual sound
This commit is contained in:
Nathan Kellenicki 2019-01-01 08:38:43 -08:00 committed by GitHub
commit d812f080e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ export enum ButtonState {
* @property {number} STEAM 10 * @property {number} STEAM 10
*/ */
export enum DuploTrainBaseSound { export enum DuploTrainBaseSound {
BREAK = 3, BRAKE = 3,
STATION_DEPARTURE = 5, STATION_DEPARTURE = 5,
WATER_REFILL = 7, WATER_REFILL = 7,
HORN = 9, HORN = 9,