mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
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
8 lines
216 B
C
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
|