diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/UDataBase.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UDataBase.pas b/Game/Code/Classes/UDataBase.pas index 2bd29e75..27d3f6bf 100644 --- a/Game/Code/Classes/UDataBase.pas +++ b/Game/Code/Classes/UDataBase.pas @@ -154,7 +154,7 @@ begin end; // While not TableData.EOF - except //Im Fehlerfall + except //In case of error (LOL? isn't this obvious) for Dif := 0 to 2 do begin SetLength(Song.Score[Dif], 1); |