aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-25 03:20:20 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-25 03:20:20 +0000
commit1531fe89c2b29d5a2183542c7b1783009bae6f17 (patch)
treec9a2ea82fef696d853836d072192460a8ef9babf
parent57ebf00fd213af31109f83cb594997967d933a64 (diff)
downloadusdx-1531fe89c2b29d5a2183542c7b1783009bae6f17.tar.gz
usdx-1531fe89c2b29d5a2183542c7b1783009bae6f17.tar.xz
usdx-1531fe89c2b29d5a2183542c7b1783009bae6f17.zip
stupid commit... wanted to see what CIA Bot reports as SVN project name :)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@886 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Game/Code/Classes/UIni.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas
index e8242886..df759b95 100644
--- a/Game/Code/Classes/UIni.pas
+++ b/Game/Code/Classes/UIni.pas
@@ -272,7 +272,8 @@ begin
begin
I := 0;
Repeat
- SetLength(IResolution, I + 1);
+ SetLength(IResolution, I + 1);
+ writeln( 'Found resolution : '+IntToStr((modes^)^.w) + 'x' + IntToStr((modes^)^.h); );
IResolution[I] := IntToStr((modes^)^.w) + 'x' + IntToStr((modes^)^.h);
Inc(I);
Inc(modes);