mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 10:53:27 +00:00
Whoops
This commit is contained in:
parent
a41c640559
commit
6724b11c36
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ static void P_InitializeSidedef(side_t *sd)
|
|||
{
|
||||
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->special = sd->line->special;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue