Ignore:
Timestamp:
Jul 9, 2025, 10:36:23 PM (14 hours ago)
Author:
chronos
Message:
  • Added: Music volume option in game settings form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r660 r666  
    655655
    656656uses
    657   Directories, Log, Sound, Registry, Global, KeyBindings, CmdList;
     657  Directories, Log, Sound, Registry, Global, KeyBindings, CmdList, Music;
    658658
    659659{$R *.lfm}
     
    80948094    else TermBounds := BoundsRect;
    80958095  Timer1.Enabled := False;
     8096  if MusicPlayer.Playing then MusicPlayer.Stop;
    80968097end;
    80978098
Note: See TracChangeset for help on using the changeset viewer.