mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Whoops
This commit is contained in:
parent
9da0b78666
commit
0ac318cd78
1 changed files with 1 additions and 1 deletions
|
|
@ -1078,7 +1078,7 @@ static void P_InitializeSidedef(side_t *sd)
|
||||||
{
|
{
|
||||||
if (!sd->line)
|
if (!sd->line)
|
||||||
{
|
{
|
||||||
CONS_Debug(DBG_SETUP, "P_LoadSidedefs: Sidedef %s is not used by any linedef\n", sizeu1(i));
|
CONS_Debug(DBG_SETUP, "P_LoadSidedefs: Sidedef %s is not used by any linedef\n", sizeu1((size_t)(sd - sides)));
|
||||||
sd->line = &lines[0];
|
sd->line = &lines[0];
|
||||||
sd->special = sd->line->special;
|
sd->special = sd->line->special;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue