mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
change comment and error message
This commit is contained in:
parent
dfe05a650c
commit
12fd1849bd
1 changed files with 2 additions and 2 deletions
|
|
@ -3728,7 +3728,7 @@ static void R_ParseSpriteInfo(boolean spr2)
|
|||
INT32 i;
|
||||
INT32 skinnum = -1;
|
||||
|
||||
// Texture name
|
||||
// Sprite name
|
||||
sprinfoToken = M_GetToken(NULL);
|
||||
if (sprinfoToken == NULL)
|
||||
{
|
||||
|
|
@ -3737,7 +3737,7 @@ static void R_ParseSpriteInfo(boolean spr2)
|
|||
sprinfoTokenLength = strlen(sprinfoToken);
|
||||
if (sprinfoTokenLength != 4)
|
||||
{
|
||||
I_Error("Error parsing SPRTINFO lump: Sprite name \"%s\" isn't 4 characters",sprinfoToken);
|
||||
I_Error("Error parsing SPRTINFO lump: Sprite name \"%s\" isn't 4 characters long",sprinfoToken);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue