mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Fix blood crash
# Conflicts: # source/build/src/engine.cpp
This commit is contained in:
parent
6c08ae1966
commit
e6ffc816c9
1 changed files with 1 additions and 1 deletions
|
@ -7542,7 +7542,7 @@ static void dosetaspect(void)
|
||||||
radarang2[i] = ((qradarang[k]+j)>>6);
|
radarang2[i] = ((qradarang[k]+j)>>6);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (xdimen != oxdimen && (playing_blood || voxoff[0][0]))
|
if (xdimen != oxdimen && (voxoff[0][0] || bloodhack))
|
||||||
{
|
{
|
||||||
distrecip = NULL;
|
distrecip = NULL;
|
||||||
for (i = 0; i < DISTRECIPCACHESIZE; i++)
|
for (i = 0; i < DISTRECIPCACHESIZE; i++)
|
||||||
|
|
Loading…
Reference in a new issue