Changeset 666 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Jul 9, 2025, 10:36:23 PM (17 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r660 r666 655 655 656 656 uses 657 Directories, Log, Sound, Registry, Global, KeyBindings, CmdList ;657 Directories, Log, Sound, Registry, Global, KeyBindings, CmdList, Music; 658 658 659 659 {$R *.lfm} … … 8094 8094 else TermBounds := BoundsRect; 8095 8095 Timer1.Enabled := False; 8096 if MusicPlayer.Playing then MusicPlayer.Stop; 8096 8097 end; 8097 8098
Note:
See TracChangeset
for help on using the changeset viewer.