[8760] fixed invisibleForAlive visibility-checks

those creatures shouldn't see alive creatures - else
it would be very unfair ;)

now it's also possible that they can fight against each other

this fixes the bug, that those creatures attacked living players
This commit is contained in:
balrok 2009-11-01 13:33:32 +01:00
parent 64baf661f5
commit 84573285db
2 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8759"
#define REVISION_NR "8760"
#endif // __REVISION_NR_H__