From: molivier Date: Wed, 21 Jul 2004 12:46:00 +0000 (+0000) Subject: Fixed a warning when compiling with GCC (missing type) X-Git-Tag: xonotic-v0.1.0preview~5782 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=98a71ca6aa541dcb821daf509c9fa93ea51cd20d;p=xonotic%2Fdarkplaces.git Fixed a warning when compiling with GCC (missing type) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4280 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_textures.c b/gl_textures.c index 1ada32e4..b07078ee 100644 --- a/gl_textures.c +++ b/gl_textures.c @@ -530,7 +530,7 @@ void R_Textures_Init (void) void R_Textures_Frame (void) { - static old_aniso = 0; + static int old_aniso = 0; // could do procedural texture animation here, if we keep track of which // textures were accessed this frame...