diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-05 14:23:57 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-05 14:23:57 +0000 |
commit | e48e5d9ecd902ecf6a774680959df5ae243737f7 (patch) | |
tree | e485fd1514d2238f71f73ed49ca2e25743cc0503 /Game/Code/UltraStar.bdsproj | |
parent | a7d0970a2e7dec907fccbc2d63ffb5cb799a7505 (diff) | |
download | usdx-e48e5d9ecd902ecf6a774680959df5ae243737f7.tar.gz usdx-e48e5d9ecd902ecf6a774680959df5ae243737f7.tar.xz usdx-e48e5d9ecd902ecf6a774680959df5ae243737f7.zip |
- fix: appearence of short notes in 4/6 player mode on one screen
- fix: playing notes in editor (esp. on high bpm)
- add: disable showning notes and scores in singscreen with N
- some other small corrections
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2711 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.bdsproj')
-rw-r--r-- | Game/Code/UltraStar.bdsproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Game/Code/UltraStar.bdsproj b/Game/Code/UltraStar.bdsproj index 04b68b7c..36df4a05 100644 --- a/Game/Code/UltraStar.bdsproj +++ b/Game/Code/UltraStar.bdsproj @@ -170,8 +170,7 @@ <VersionInfoKeys Name="ProductName"></VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
- </VersionInfoKeys>
- <Excluded_Packages>
+ </VersionInfoKeys> <Excluded_Packages>
<Excluded_Packages Name="c:\program files\borland\bds\4.0\Bin\dclib100.bpl">Borland InterBase Express Components</Excluded_Packages>
<Excluded_Packages Name="c:\program files\borland\bds\4.0\Bin\dclIntraweb_80_100.bpl">Intraweb 8.0 Design Package for Borland Development Studio 2006</Excluded_Packages>
<Excluded_Packages Name="c:\program files\borland\bds\4.0\Bin\dclIndyCore100.bpl">Indy 10 Core Design Time</Excluded_Packages>
|