aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-02 17:44:23 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-02 17:44:23 +0000
commitdfa0f5a144b8bf018b29d801f7d8a7c54ae6d108 (patch)
tree59dff0f7e8d5b697a1e5bced97aa6ec30586cdbf /Game/Code/Classes
parentac508bab2e69d6ed7987c23f383ed503a310785c (diff)
downloadusdx-dfa0f5a144b8bf018b29d801f7d8a7c54ae6d108.tar.gz
usdx-dfa0f5a144b8bf018b29d801f7d8a7c54ae6d108.tar.xz
usdx-dfa0f5a144b8bf018b29d801f7d8a7c54ae6d108.zip
2 Bugs Fixed:
Select Last Song instead First Song when showing Song Screen for the first Time Go to MainScreen instead of Song Screen when pressing Esc in the Name Screen after Selecting Select Players from Menu git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@154 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes')
-rw-r--r--Game/Code/Classes/UPlaylist.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/Classes/UPlaylist.pas b/Game/Code/Classes/UPlaylist.pas
index a6207c4f..15e17047 100644
--- a/Game/Code/Classes/UPlaylist.pas
+++ b/Game/Code/Classes/UPlaylist.pas
@@ -217,6 +217,7 @@ begin
end;
finally
+ log.LogError('Could not write Playlistfile "' + Playlists[Index].Name + '"');
CloseFile(F);
end;
end;