mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
parent
11ab6efc00
commit
69126ad252
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
- fixed using console in cutscenes immediately exiting the game (regression from 0.3)
|
||||
- fixed Lara remaining tilted when teleporting off a vehicle while on a slope (LostArtefacts/TR2X#275, regression from 0.3)
|
||||
- fixed `/endlevel` displaying a success message in the title screen
|
||||
- fixed very loud music volume set by default (#1614)
|
||||
- improved vertex movement when looking through water portals (#1493)
|
||||
|
||||
## [0.3](https://github.com/LostArtefacts/TR2X/compare/0.2...0.3) - 2024-09-20
|
||||
|
|
|
@ -3010,7 +3010,7 @@ void __cdecl S_LoadSettings(void)
|
|||
|
||||
{
|
||||
DWORD tmp;
|
||||
GetRegistryDwordValue("MusicVolume", &tmp, 165);
|
||||
GetRegistryDwordValue("MusicVolume", &tmp, 7);
|
||||
g_OptionMusicVolume = tmp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue