mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
use missingnum instead of re-calling W_GetNumForName
This commit is contained in:
parent
8593074d19
commit
80c14cd6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ void HU_Init(void)
|
||||||
if (missingnum == LUMPERROR)
|
if (missingnum == LUMPERROR)
|
||||||
I_Error("HU_LoadGraphics: \"MISSING\" patch not present in resource files.");
|
I_Error("HU_LoadGraphics: \"MISSING\" patch not present in resource files.");
|
||||||
|
|
||||||
missingpat = W_CachePatchNum(W_GetNumForName("MISSING"), PU_STATIC);
|
missingpat = W_CachePatchNum(missingnum, PU_STATIC);
|
||||||
}
|
}
|
||||||
|
|
||||||
// set shift translation table
|
// set shift translation table
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue