Fixed minor issue in GL_LoadRawTex which assumed raw textures to always be 320x200. If a given lump was smaller (as is the case with the automap background in jHexen) this would result in a memcpy source overflow (innocous because the destination buffer was always big enough to retain it).
Fixed minor issue in GL_LoadRawTex which assumed raw textures to always be 320x200. If a given lump was smaller (as is the case with the automap background in jHexen) this would result in a memcpy source overflow (innocous because the destination buffer was always big enough to retain it).