mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
minor typo
This commit is contained in:
parent
ac0e291db6
commit
4efd1fdc8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1266,7 +1266,7 @@ static void P_LoadSidedefs(UINT8 *data)
|
|||
char process[8*3+1];
|
||||
memset(process,0,8*3+1);
|
||||
sd->toptexture = sd->midtexture = sd->bottomtexture = 0;
|
||||
if (msd->toptexture[0] != '-' && msd->toptexture[1] != '\0')
|
||||
if (msd->toptexture[0] != '-' || msd->toptexture[1] != '\0')
|
||||
M_Memcpy(process,msd->toptexture,8);
|
||||
if (msd->midtexture[0] != '-' || msd->midtexture[1] != '\0')
|
||||
M_Memcpy(process+strlen(process), msd->midtexture, 8);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue