aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UTexture.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-02-22 00:36:39 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-02-22 00:36:39 +0000
commit368bd77efc348fbfa4bdf5babd514543a71726d6 (patch)
treeb560ac144d3cb2d06b0b5dcb5335819b29dab457 /src/base/UTexture.pas
parent235e666baa94ee526eb3c040dc5fb805d7e80ada (diff)
downloadusdx-368bd77efc348fbfa4bdf5babd514543a71726d6.tar.gz
usdx-368bd77efc348fbfa4bdf5babd514543a71726d6.tar.xz
usdx-368bd77efc348fbfa4bdf5babd514543a71726d6.zip
type adjustment
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1598 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base/UTexture.pas')
-rw-r--r--src/base/UTexture.pas4
1 files changed, 2 insertions, 2 deletions
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