diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-13 12:26:04 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-13 12:26:04 +0000 |
commit | b58edcc40305830cf1786266e4ac5059a552fb95 (patch) | |
tree | 316c2895f81caa43e8e5e8d8e11b8eaf054840c4 /Game/Code/Classes | |
parent | f87d4046cf00ea49ab83f0610018bc08cd148a6f (diff) | |
download | usdx-b58edcc40305830cf1786266e4ac5059a552fb95.tar.gz usdx-b58edcc40305830cf1786266e4ac5059a552fb95.tar.xz usdx-b58edcc40305830cf1786266e4ac5059a552fb95.zip |
Covers.Load does not exist anymore
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1259 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/USongs.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Classes/USongs.pas b/Game/Code/Classes/USongs.pas index c036e290..2c8e3587 100644 --- a/Game/Code/Classes/USongs.pas +++ b/Game/Code/Classes/USongs.pas @@ -213,8 +213,8 @@ begin if assigned( CatCovers ) then CatCovers.Load; - if assigned( Covers ) then - Covers.Load; + //if assigned( Covers ) then + // Covers.Load; if assigned(ScreenSong) then begin |