- handled approx. half of all cases where the address of level is taken.
This commit is contained in:
parent
b4acb857ad
commit
648e472744
38 changed files with 122 additions and 128 deletions
|
|
@ -3049,7 +3049,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_Teleport)
|
|||
}
|
||||
}
|
||||
|
||||
DSpotState *state = GetSpotState(&level, false);
|
||||
DSpotState *state = GetSpotState(self->Level, false);
|
||||
if (state == NULL)
|
||||
{
|
||||
return numret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue