diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 22:38:56 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 22:38:56 +0000 |
| commit | cd7a3519a7a4e9914906d96b603cefdbf3a58a0e (patch) | |
| tree | 75d5121c24bc6f449e399a227fcf7553f73e811f /src/engine/client/ec_gfx.c | |
| parent | 432602c4ca5d47aee91d25271fa57ad0f6d67250 (diff) | |
| download | zcatch-cd7a3519a7a4e9914906d96b603cefdbf3a58a0e.tar.gz zcatch-cd7a3519a7a4e9914906d96b603cefdbf3a58a0e.zip | |
added the loading screen again
Diffstat (limited to 'src/engine/client/ec_gfx.c')
| -rw-r--r-- | src/engine/client/ec_gfx.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |