mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Fix intro crash
This commit is contained in:
parent
b899610f0f
commit
d69430dd04
1 changed files with 4 additions and 1 deletions
|
|
@ -1747,6 +1747,9 @@ void *W_CachePatchNum(lumpnum_t lumpnum, INT32 tag)
|
||||||
|
|
||||||
void W_UnlockCachedPatch(void *patch)
|
void W_UnlockCachedPatch(void *patch)
|
||||||
{
|
{
|
||||||
|
if (!patch)
|
||||||
|
return;
|
||||||
|
|
||||||
// The hardware code does its own memory management, as its patches
|
// The hardware code does its own memory management, as its patches
|
||||||
// have different lifetimes from software's.
|
// have different lifetimes from software's.
|
||||||
#ifdef HWRENDER
|
#ifdef HWRENDER
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue