From cd7a3519a7a4e9914906d96b603cefdbf3a58a0e Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 22:38:56 +0000 Subject: added the loading screen again --- src/engine/client/ec_gfx.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/engine/client/ec_gfx.c') diff --git a/src/engine/client/ec_gfx.c b/src/engine/client/ec_gfx.c index 7b12e15d..d26c0b72 100644 --- a/src/engine/client/ec_gfx.c +++ b/src/engine/client/ec_gfx.c @@ -421,9 +421,6 @@ int gfx_load_texture_raw(int w, int h, int format, const void *data, int store_f } } - if(config.debug) - dbg_msg("gfx", "%d = %dx%d", tex, w, h); - oglformat = GL_RGBA; if(format == IMG_RGB) oglformat = GL_RGB; -- cgit 1.4.1