mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
R_CrunchWallSegment: New function name in I_Error message
This commit is contained in:
parent
d55b1b194a
commit
d6a0f79ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ void R_CrunchWallSegment(cliprange_t *start, cliprange_t *next)
|
|||
|
||||
// NO MORE CRASHING!
|
||||
if (newend - solidsegs > MAXSEGS)
|
||||
I_Error("R_ClipSolidWallSegment: Solid Segs overflow!\n");
|
||||
I_Error("R_CrunchWallSegment: Solid Segs overflow!\n");
|
||||
}
|
||||
|
||||
template <ClipType Type>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue