Skip to content

Commit

Permalink
remove musicvolume
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Sep 20, 2023
1 parent dda92bd commit 9d866e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion webAO/viewport/interfaces/Viewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export interface Viewport {
getBackgroundFolder: Function;
blipChannels: HTMLAudioElement[];
music: any;
musicVolume: number;
setBackgroundName: Function;
getBackgroundName: Function;
shoutaudio: HTMLAudioElement;
Expand Down
2 changes: 0 additions & 2 deletions webAO/viewport/viewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const viewport = (): Viewport => {
let lastChar = "";
let lastEvi = 0;
const music = createMusic();
const musicVolume = 0;
let sfxAudio = createSfxAudio();
let sfxplayed = 0;
let shoutTimer = 0;
Expand Down Expand Up @@ -488,7 +487,6 @@ const viewport = (): Viewport => {
setSfxAudio,
blipChannels,
music,
musicVolume,
shoutaudio,
updater,
};
Expand Down

0 comments on commit 9d866e5

Please sign in to comment.