]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.c
removed .tga/.lmp extensions from all Pic names in the engine to improve consistency
[xonotic/darkplaces.git] / r_shadow.c
index b80dab9598ed02f69372beb4460913bf98c2e1f8..ae46177ee630ff9f2d2bc877a71f7742b771c45a 100644 (file)
@@ -3159,7 +3159,7 @@ void R_Shadow_DrawLightSprites(void)
        for (i = 0;i < 5;i++)
        {
                lighttextures[i] = NULL;
-               if ((pic = Draw_CachePic(va("gfx/crosshair%i.tga", i + 1), true)))
+               if ((pic = Draw_CachePic(va("gfx/crosshair%i", i + 1), true)))
                        lighttextures[i] = pic->tex;
        }