mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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)
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue