aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UIni.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-20 23:59:59 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-20 23:59:59 +0000
commita00122fe60de966751b637477ac8e0a4fdcfbf4b (patch)
treebcb8596b19d04a7d12bee6d667c3a0fee8fd4e38 /Game/Code/Classes/UIni.pas
parentd808dde8310ecfd659d36bfe1ba77e76ea43b6c0 (diff)
downloadusdx-a00122fe60de966751b637477ac8e0a4fdcfbf4b.tar.gz
usdx-a00122fe60de966751b637477ac8e0a4fdcfbf4b.tar.xz
usdx-a00122fe60de966751b637477ac8e0a4fdcfbf4b.zip
removed a bunch of debugging from usdx startup.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@738 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UIni.pas')
-rw-r--r--Game/Code/Classes/UIni.pas2
1 files changed, 0 insertions, 2 deletions
diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas
index 0e84c506..abbef723 100644
--- a/Game/Code/Classes/UIni.pas
+++ b/Game/Code/Classes/UIni.pas
@@ -415,10 +415,8 @@ begin
//Search for Skins for this Theme
for Pet := low(Skin.Skin) to high(Skin.Skin) do
begin
- writeln( 'forloop' );
if UpperCase(Skin.Skin[Pet].Theme) = Tekst then
begin
- writeln( 'match' );
SetLength(ITheme, Length(ITheme)+1);
ITheme[High(ITheme)] := GetFileName(SR.Name);
break;