aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.dpr
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-10 18:07:01 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-10 18:07:01 +0000
commit2f80e3be339f528bd0c7ef54db8ff7cc641883e3 (patch)
treed960f06f83b410fa55ed21aa1f3126635415830f /Game/Code/UltraStar.dpr
parent621bfb05407a169f6511f5b115d0622e5ec8bdd5 (diff)
downloadusdx-2f80e3be339f528bd0c7ef54db8ff7cc641883e3.tar.gz
usdx-2f80e3be339f528bd0c7ef54db8ff7cc641883e3.tar.xz
usdx-2f80e3be339f528bd0c7ef54db8ff7cc641883e3.zip
Fixed some Bugs from Previous Commit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@498 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r--Game/Code/UltraStar.dpr1
1 files changed, 0 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index b154c653..ed58e97f 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -188,7 +188,6 @@ begin
Inc(I);
hWnd := FindWindow(nil, PChar(WndTitle + ' Instance ' + InttoStr(I)));
until (hWnd = 0);
- MessageBox(
WndTitle := WndTitle + ' Instance ' + InttoStr(I);
end
else