(svn r9764) -Codechange: replace some lookup tables by functions.

This commit is contained in:
rubidium
2007-05-02 09:29:41 +00:00
parent dfe7c5cd66
commit 5e4c9ad875
7 changed files with 22 additions and 7 deletions

View File

@@ -473,7 +473,7 @@ enum WindowClass {
};
enum {
enum ExpensesType {
EXPENSES_CONSTRUCTION = 0,
EXPENSES_NEW_VEHICLES = 1,
EXPENSES_TRAIN_RUN = 2,