mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 09:11:59 +00:00
Crash fix I think (CHERRY PICK INTO BASE)
This commit is contained in:
parent
32d1f75199
commit
9eb669a061
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ void R_DrawMaskedColumn(column_t *column)
|
|||
|
||||
basetexturemid = dc_texturemid;
|
||||
|
||||
for (; column->topdelta != 0xff ;)
|
||||
for (; column && column->topdelta != 0xff ;)
|
||||
{
|
||||
// calculate unclipped screen coordinates
|
||||
// for post
|
||||
|
|
Loading…
Reference in a new issue