- added Gez's latest bugfix patch.
SVN r1836 (trunk)
This commit is contained in:
parent
5910d90a19
commit
e5357d1b65
4 changed files with 9 additions and 5 deletions
|
|
@ -5416,7 +5416,7 @@ fixed_t AActor::GetGravity() const
|
|||
// (left precisely the same as MBF even though it doesn't make much sense.)
|
||||
bool AActor::IsSentient() const
|
||||
{
|
||||
return health > 0 || SeeState != NULL;
|
||||
return health > 0 && SeeState != NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue