diff options
-rw-r--r-- | Game/Code/Classes/USongs.pas | 3 | ||||
-rw-r--r-- | Game/Code/Classes/UVideo.pas | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Game/Code/Classes/USongs.pas b/Game/Code/Classes/USongs.pas index b502f703..ce6275e8 100644 --- a/Game/Code/Classes/USongs.pas +++ b/Game/Code/Classes/USongs.pas @@ -233,10 +233,11 @@ begin if UserSongPath <> SongPath then BrowseDir(UserSongPath); +(* if ( cUSNGPath <> SongPath ) AND ( cUSNGPath <> UserSongPath ) then BrowseDir( cUSNGPath ); // todo : JB this is REAL messy, - // we should have some sort of path manager that lets us specify X number of extra paths to search +*) // we should have some sort of path manager that lets us specify X number of extra paths to search if assigned( CatSongs ) then CatSongs.Refresh; diff --git a/Game/Code/Classes/UVideo.pas b/Game/Code/Classes/UVideo.pas index b48f89c5..1ba72311 100644 --- a/Game/Code/Classes/UVideo.pas +++ b/Game/Code/Classes/UVideo.pas @@ -224,7 +224,7 @@ begin {$endif} // if (VideoTime <> 0) and (TimeDifference <= VideoTimeBase) then - if (VideoTime <> 0) and flooptime = 0 then + if (VideoTime <> 0) and ( flooptime = 0 ) then begin {$ifdef DebugFrames} // frame delay debug display |