- prettification of p_teleport.cpp and some include cleanup.
This commit is contained in:
parent
ff903da19a
commit
65c2c318fb
6 changed files with 65 additions and 40 deletions
|
|
@ -346,7 +346,7 @@ portnode_t *P_AddPortalnode(FLinePortal *s, AActor *thing, portnode_t *nextnode)
|
|||
{
|
||||
portnode_t *node;
|
||||
|
||||
if (s == 0)
|
||||
if (s == nullptr)
|
||||
{
|
||||
I_FatalError("AddSecnode of 0 for %s\n", thing->GetClass()->TypeName.GetChars());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue