equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_cargolist.cpp Implementation of AICargoList and friends. */ |
3 /** @file ai_cargolist.cpp Implementation of AICargoList and friends. */ |
4 |
4 |
5 #include "ai_cargolist.hpp" |
5 #include "ai_cargolist.hpp" |
|
6 #include "../../openttd.h" |
6 #include "../../cargotype.h" |
7 #include "../../cargotype.h" |
7 |
8 |
8 AICargoList::AICargoList() |
9 AICargoList::AICargoList() |
9 { |
10 { |
10 for (byte i = 0; i < NUM_CARGO; i++) { |
11 for (byte i = 0; i < NUM_CARGO; i++) { |