| author | truebrain |
| Sat, 23 Feb 2008 14:49:31 +0000 | |
| branch | noai |
| changeset 9743 | 4c44aa6a8f43 |
| parent 9661 | 32ce5530b9e3 |
| child 9753 | 7209db94ad12 |
| permissions | -rw-r--r-- |
|
9661
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
1 |
#include "ai_list_valuator.hpp" |
|
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
2 |
#include "ai_base.hpp" |
|
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
3 |
|
|
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
4 |
int32 AIListRandomize::Valuate(int32 town) const |
|
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
5 |
{
|
|
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
6 |
return AIBase::Rand(); |
|
32ce5530b9e3
(svn r10571) [NoAI] -Fix r10569: about time I forgot to add some files
truelight
parents:
diff
changeset
|
7 |
} |