diff options
author | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-20 07:19:45 +0000 |
---|---|---|
committer | b1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-20 07:19:45 +0000 |
commit | 26d8c209beba866f111a9d047bf1a70fe245b75d (patch) | |
tree | f495ba1a88a205e0e8ac5f80749a312d7237cf26 /Game/Code/Screens/UScreenEditSub.pas | |
parent | 0a0728b1bc280ed0e2e932b4d8f3b3b151aa62a8 (diff) | |
download | usdx-26d8c209beba866f111a9d047bf1a70fe245b75d.tar.gz usdx-26d8c209beba866f111a9d047bf1a70fe245b75d.tar.xz usdx-26d8c209beba866f111a9d047bf1a70fe245b75d.zip |
new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird stuff going on in the singscreen) but i'm tired of editing conflicts
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@412 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenEditSub.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas index 3843fbf4..93a4892a 100644 --- a/Game/Code/Screens/UScreenEditSub.pas +++ b/Game/Code/Screens/UScreenEditSub.pas @@ -16,7 +16,7 @@ uses ULog,
UTexture,
UMenuText,
- ULyrics,
+ ULyrics.bak,
Math,
OpenGL12,
{$IFDEF UseMIDIPort}
|