And you end up with a surreal image on your screen or, more likely, a segfault.
Negative indexes are allowed (-1 to -4 are reserved for built-in lightmaps) but R_FindShader() fails to check for indexes < -4. When later on said index is used to index an array, Unpredictable Behaviour emerges. Though, perhaps, not really unpredictable.
Created attachment 1784[details]
Catch negative lightmap indexes and default to LIGHTMAP_BY_VERTEX
Added a warning in code/renderer/tr_local.h that changes to the LIGHTMAP_* defines must be reflected in R_FindShader().
Created attachment 1784 [details] Catch negative lightmap indexes and default to LIGHTMAP_BY_VERTEX Added a warning in code/renderer/tr_local.h that changes to the LIGHTMAP_* defines must be reflected in R_FindShader().