mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 17:13:15 +00:00
...copypaste failure
This commit is contained in:
parent
7c852b575a
commit
8aaf3ac851
1 changed files with 1 additions and 1 deletions
|
|
@ -2720,7 +2720,7 @@ static UINT16 W_CheckForSkinMarkerInPwad(UINT16 wadid, UINT16 startlump)
|
||||||
#ifdef SKINNAMEPADDING
|
#ifdef SKINNAMEPADDING
|
||||||
#define HUDNAMEWRITE(value) snprintf(skin->hudname, sizeof(skin->hudname), "%5s", value)
|
#define HUDNAMEWRITE(value) snprintf(skin->hudname, sizeof(skin->hudname), "%5s", value)
|
||||||
#else
|
#else
|
||||||
#define HUDNAMEWRITE(value) STRBUFCPY(skin->hudname, skin->name)
|
#define HUDNAMEWRITE(value) STRBUFCPY(skin->hudname, value)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue