aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-17 14:55:48 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-17 14:55:48 +0000
commitbb0c744c662768afe58908129c4813da39bd3399 (patch)
tree06cc4effd46f3da5d7a94aa76ce936923e03df0b /Game/Code/Classes
parent83633ef9c0cb3fcecadc1a6b7be66190f31b8a3b (diff)
downloadusdx-bb0c744c662768afe58908129c4813da39bd3399.tar.gz
usdx-bb0c744c662768afe58908129c4813da39bd3399.tar.xz
usdx-bb0c744c662768afe58908129c4813da39bd3399.zip
special chars in UScreenName, UScreenPartyPlayer, ScreenPartyPlayerM2 and UScreenSongMenu (Playlist)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2537 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes')
-rw-r--r--Game/Code/Classes/UFiles.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Classes/UFiles.pas b/Game/Code/Classes/UFiles.pas
index f9c281b1..acab9abd 100644
--- a/Game/Code/Classes/UFiles.pas
+++ b/Game/Code/Classes/UFiles.pas
@@ -727,7 +727,8 @@ begin
begin
Log.LogError('Note length error in sentence ' + IntToStr(line+1) + ', on beat ' + IntToStr(Czesci[p].Czesc[line].Nuta[note].Start) +
' in song ' + AktSong.Path + AktSong.Filename);
- //Exit;
+ if (Ini.LoadFaultySongs=0) then
+ Result := false;
end;
if(medley) then