[9832] Move function to select an attacking target from EventAi to Creature class

Also rename function to a more descriptive name, SelectAttackingTarget

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-05-04 12:45:23 +02:00
parent 0cc946e91e
commit 92ab082fc6
5 changed files with 47 additions and 38 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9831"
#define REVISION_NR "9832"
#endif // __REVISION_NR_H__