(svn r22) Add: Competitors menu under patches

Fix: I forgot to delete a local var from ai.c
This commit is contained in:
truelight
2004-08-11 21:48:27 +00:00
parent 0806a1ef75
commit 6679afc48a
3 changed files with 11 additions and 8 deletions

2
ai.c
View File

@@ -1490,8 +1490,6 @@ static void AiStateWantNewRoute(Player *p)
i = 200;
for(;;) {
byte dis;
r = (uint16)Random();
if (r < 0x7626) {