mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +00:00
- this better have a null check...
This commit is contained in:
parent
6ebbf1288d
commit
9828cd7129
1 changed files with 20 additions and 17 deletions
|
@ -2556,6 +2556,8 @@ static void greenslime(DDukeActor *actor)
|
||||||
{
|
{
|
||||||
auto s5 = actor->temp_actor;
|
auto s5 = actor->temp_actor;
|
||||||
makeitfall(actor);
|
makeitfall(actor);
|
||||||
|
if (s5)
|
||||||
|
{
|
||||||
s5->s.xvel = 0;
|
s5->s.xvel = 0;
|
||||||
|
|
||||||
int l = s5->s.ang;
|
int l = s5->s.ang;
|
||||||
|
@ -2579,6 +2581,7 @@ static void greenslime(DDukeActor *actor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue