Fixing Duplo Train Base Sound name for BRAKE

This commit is contained in:
Shane Church 2018-12-31 22:09:41 -06:00
parent 0cc7c00352
commit b25ee19c2f

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,