From 368bd77efc348fbfa4bdf5babd514543a71726d6 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 22 Feb 2009 00:36:39 +0000 Subject: type adjustment git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1598 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UTexture.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/UTexture.pas') diff --git a/src/base/UTexture.pas b/src/base/UTexture.pas index 8fb03bde..962bd2b0 100644 --- a/src/base/UTexture.pas +++ b/src/base/UTexture.pas @@ -249,8 +249,8 @@ end; function TTextureUnit.LoadTexture(const Identifier: string; Typ: TTextureType; Col: LongWord): TTexture; var TexSurface: PSDL_Surface; - newWidth, newHeight: cardinal; - oldWidth, oldHeight: cardinal; + newWidth, newHeight: integer; + oldWidth, oldHeight: integer; ActTex: GLuint; begin // zero texture data -- cgit v1.2.3