cutechicken commited on
Commit
82b896b
1 Parent(s): a2f6504

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
game.js CHANGED
@@ -1860,7 +1860,7 @@ class Game {
1860
  this.engineStopSound.pause();
1861
  this.engineStopSound = null;
1862
  }
1863
- const stopSound = new Audio('sounds/enginewait.ogg');
1864
  stopSound.play();
1865
  }
1866
 
 
1860
  this.engineStopSound.pause();
1861
  this.engineStopSound = null;
1862
  }
1863
+ const stopSound = new Audio('sounds/enginestop.ogg');
1864
  stopSound.play();
1865
  }
1866