mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +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;
|
||||
makeitfall(actor);
|
||||
if (s5)
|
||||
{
|
||||
s5->s.xvel = 0;
|
||||
|
||||
int l = s5->s.ang;
|
||||
|
@ -2579,6 +2581,7 @@ static void greenslime(DDukeActor *actor)
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue