diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-27 12:21:13 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-27 12:21:13 +0000 |
commit | cb712545d311092e355b1a805e820ff27bf8889c (patch) | |
tree | 46cd0a5fd6d2dc8f439e379c0f536cb973d46cbb /Game/Code | |
parent | cb94be45369f2aefe958b715642895cc6a932b6f (diff) | |
download | usdx-cb712545d311092e355b1a805e820ff27bf8889c.tar.gz usdx-cb712545d311092e355b1a805e820ff27bf8889c.tar.xz usdx-cb712545d311092e355b1a805e820ff27bf8889c.zip |
oops.... fixed build issue.. after dud build
build#USDX-DEF-7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@440 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.lpr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Game/Code/UltraStar.lpr b/Game/Code/UltraStar.lpr index 5d8cdd81..f47d9d81 100644 --- a/Game/Code/UltraStar.lpr +++ b/Game/Code/UltraStar.lpr @@ -129,8 +129,7 @@ uses UTexture in 'Classes\UTexture.pas',
UThemes in 'Classes\UThemes.pas',
UTime in 'Classes\UTime.pas',
- USingScores in 'Classes\USingScores.pas',
- USingNotes in 'Classes\USingNotes.pas',
+ USingNotes in 'Classes\USingNotes.pas',
//------------------------------
|