mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' of git.magicalgirl.moe:STJr/SRB2Internal
This commit is contained in:
commit
1c4ed89ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -1593,7 +1593,7 @@ static void CV_SetValueMaybeStealth(consvar_t *var, INT32 value, boolean stealth
|
|||
if ((value < 0) || (value >= numskins))
|
||||
sprintf(val, "None");
|
||||
else
|
||||
sprintf(val, "%s", skins[value].name);
|
||||
strncpy(val, skins[value].name, sizeof val);
|
||||
}
|
||||
else
|
||||
sprintf(val, "%d", value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue