R_CrunchWallSegment: New function name in I_Error message

This commit is contained in:
toaster 2023-04-05 13:27:26 +01:00
parent d55b1b194a
commit d6a0f79ed9

View file

@ -119,7 +119,7 @@ void R_CrunchWallSegment(cliprange_t *start, cliprange_t *next)
// NO MORE CRASHING! // NO MORE CRASHING!
if (newend - solidsegs > MAXSEGS) if (newend - solidsegs > MAXSEGS)
I_Error("R_ClipSolidWallSegment: Solid Segs overflow!\n"); I_Error("R_CrunchWallSegment: Solid Segs overflow!\n");
} }
template <ClipType Type> template <ClipType Type>