Skip to content

Commit 3c4b1fa

Browse files
committed
tr_image: drop the _name builtin image detection as this convention isn't used anymore
1 parent 729be8b commit 3c4b1fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/engine/renderer/tr_image.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,6 @@ image_t *R_FindImageFile( const char *imageName, imageParams_t &imageParams )
18231823
// HACK: detect built-in images by naming convention, though nothing stops users from using such names
18241824
switch ( image->name[ 0 ] )
18251825
{
1826-
case '_':
18271826
case '*':
18281827
case '$':
18291828
if ( !strchr( image->name, '/' ) )

0 commit comments

Comments
 (0)