mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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);
|
||||
}
|
||||
|
||||
if (xdimen != oxdimen && (playing_blood || voxoff[0][0]))
|
||||
if (xdimen != oxdimen && (voxoff[0][0] || bloodhack))
|
||||
{
|
||||
distrecip = NULL;
|
||||
for (i = 0; i < DISTRECIPCACHESIZE; i++)
|
||||
|
|
Loading…
Reference in a new issue