diff --git a/client/public/version.js b/client/public/version.js index 60187e4..005c501 100644 --- a/client/public/version.js +++ b/client/public/version.js @@ -1,3 +1,3 @@ // Maintainer-controlled web client version. // Format: YYYY.MM.DD Rn (example: 2026.02.20 R2) -window.CHGRID_WEB_VERSION = "2026.02.21 R73"; +window.CHGRID_WEB_VERSION = "2026.02.21 R74"; diff --git a/client/src/main.ts b/client/src/main.ts index d74beed..5d0c912 100644 --- a/client/src/main.ts +++ b/client/src/main.ts @@ -115,7 +115,7 @@ const SYSTEM_SOUND_URLS = { } as const; const FOOTSTEP_SOUND_URLS = Array.from({ length: 11 }, (_, index) => withBase(`sounds/step-${index + 1}.ogg`)); const FOOTSTEP_GAIN = 0.7; -const TELEPORT_SOUND_URL = withBase('sounds/step-1.ogg'); +const TELEPORT_SOUND_URL = withBase('sounds/teleport.ogg'); const WALL_SOUND_URL = withBase('sounds/wall.ogg'); const state = createInitialState();