Changeset 664 for trunk/Direct.pas
- Timestamp:
- Jul 8, 2025, 9:52:53 PM (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Direct.pas
r598 r664 46 46 uses 47 47 ScreenTools, Protocol, Start, LocalPlayer, NoTerm, Back, Global, NetworkServer, 48 NetworkClient ;48 NetworkClient, Music, Directories; 49 49 50 50 {$R *.lfm} … … 130 130 *) 131 131 end; 132 ntStartDone: 132 ntStartDone: begin 133 133 if not Quick then begin 134 134 StartDlg.Hide; 135 135 Background.Update; 136 136 end; 137 MusicPlayer.LoadPlaylistFromDir(GetMusicDir); 138 MusicPlayer.RandomizePlaylist; 139 if MusicPlayer.Playlist.Count > 0 then MusicPlayer.Play; 140 end; 137 141 ntStartGo, ntStartGoRefresh, ntStartGoRefreshMaps: 138 142 if Quick then Close
Note:
See TracChangeset
for help on using the changeset viewer.