From a40eb015f8dc43ee087bb8374e67c6a75eb9fbc6 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 13 Sep 2008 13:02:27 +0000 Subject: - stop both Video and Visualizer (because of the video-toggle with 'v'-key both could have been active) (See SF-tracker Patch 2078902) - VideoLoaded does not belong to the song state anymore git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1381 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/USong.pas | 1 - 1 file changed, 1 deletion(-) (limited to 'src/base') diff --git a/src/base/USong.pas b/src/base/USong.pas index e5a7cf57..8229b9d9 100644 --- a/src/base/USong.pas +++ b/src/base/USong.pas @@ -80,7 +80,6 @@ type Background: WideString; Video: WideString; VideoGAP: real; - VideoLoaded: boolean; // true if the video has been loaded NotesGAP: integer; Start: real; // in seconds Finish: integer; // in miliseconds -- cgit v1.2.3