Disabled scripted combat music control, returned to threat-based Skyrim formula

This commit is contained in:
Eddoursul 2024-01-31 06:23:50 +01:00
parent 305090cc91
commit 757abbdcc4
3 changed files with 0 additions and 1 deletions

BIN
BattleMusic.esp Normal file

Binary file not shown.

Binary file not shown.

View File

@ -21,7 +21,6 @@ Event OnPlayerLoadGame()
if ControlRepository == None
ControlRepository = Game.GetForm(0x493C2) as _00E_EnderalControls
endif
GetCombatMusicControl().InitCombatMusic()
EndEvent
_00E_SkillControl function GetSkillControl() Global