diff --git a/engine/client/image.c b/engine/client/image.c index b2c30aaab..897d814f5 100644 --- a/engine/client/image.c +++ b/engine/client/image.c @@ -1251,10 +1251,10 @@ qbyte *ReadPCXFile(qbyte *buf, int length, int *width, int *height) count = (swidth) * (sheight); pcx_rgb = BZ_Malloc( count * 4); - for (y=0 ; y