mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
Crash fix I think (CHERRY PICK INTO BASE)
This commit is contained in:
parent
b731e63d76
commit
35148c48c0
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ void R_DrawMaskedColumn(column_t *column)
|
||||||
|
|
||||||
basetexturemid = dc_texturemid;
|
basetexturemid = dc_texturemid;
|
||||||
|
|
||||||
for (; column->topdelta != 0xff ;)
|
for (; column && column->topdelta != 0xff ;)
|
||||||
{
|
{
|
||||||
// calculate unclipped screen coordinates
|
// calculate unclipped screen coordinates
|
||||||
// for post
|
// for post
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue