[8690] added unit auraFlag variable

this can be used for faster checking if an unit has a specific
aura applied..
also implemented the alive-invisible auras now with this way
This commit is contained in:
balrok 2009-10-20 18:53:16 +02:00
parent 46389e4e1c
commit 20e8982075
4 changed files with 21 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8689"
#define REVISION_NR "8690"
#endif // __REVISION_NR_H__