mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
0686928ee8
commit
4c01f1e073
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ void initactorflags_r()
|
|||
|
||||
// Why does the pig count as kill? Let's undo that.
|
||||
actorinfo[PIG].flags &= ~SFLAG_KILLCOUNT;
|
||||
|
||||
actorinfo[HEN].flags &= ~SFLAG_KILLCOUNT;
|
||||
|
||||
actorinfo[DRONE].flags |= SFLAG_NOWATERDIP;
|
||||
actorinfo[VIXEN].flags |= SFLAG_NOCANSEECHECK;
|
||||
if (isRRRA())
|
||||
|
|
Loading…
Reference in a new issue