MinecraftConsoles/Minecraft.Client/Common/BuildVer.h
arsenicviscera eae3eaa0cd Fixed improper music selection
Switched the "eStream" and "m_szStreamFileA" enumerators so the overworld music does not encapsulate the creative and menu world enums.

*Added 2 new int ranges within the SoundEngine object for creative and menu music.

Changed "SoundEngine::getMusicID" to account the state of the game and play music accordingly.

*Note that mash-ups in this version do not discriminate overworld, creative, and menu music so those all have the same ranges as placeholder.

:D
2026-03-09 20:22:53 -07:00

8 lines
216 B
C

#pragma once
#define VER_PRODUCTBUILD 560
#define VER_PRODUCTVERSION_STR_W L""
#define VER_FILEVERSION_STR_W VER_PRODUCTVERSION_STR_W
#define VER_BRANCHVERSION_STR_W L"UNKNOWN/"
#define VER_NETWORK VER_PRODUCTBUILD