From 1531fe89c2b29d5a2183542c7b1783009bae6f17 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Mon, 25 Feb 2008 03:20:20 +0000 Subject: 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 --- Game/Code/Classes/UIni.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Game/Code/Classes/UIni.pas') 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); -- cgit v1.2.3