aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.dpr
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-27 12:15:06 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-27 12:15:06 +0000
commit60c7258e42776b9f5b054dfcaa2840f813c0a2cc (patch)
treef09915899a647a5af3d5377d35760188318deadf /Game/Code/UltraStar.dpr
parentf789ab98424f588f0bffedf9e0f2c4a16f5e387a (diff)
downloadusdx-60c7258e42776b9f5b054dfcaa2840f813c0a2cc.tar.gz
usdx-60c7258e42776b9f5b054dfcaa2840f813c0a2cc.tar.xz
usdx-60c7258e42776b9f5b054dfcaa2840f813c0a2cc.zip
test checkin to test bamboo.. :)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@438 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r--Game/Code/UltraStar.dpr2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index 6aafda26..f795e250 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -381,6 +381,8 @@ begin
if Ini.LPT = 1 then LCD.Clear;
if Ini.LPT = 2 then Light.TurnOff;
+ Log.LogStatus('Main Loop', 'Finished');
+
Log.Free;
end.