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

This commit is contained in:
rubidium
2007-05-02 09:29:41 +00:00
parent 1bea3b55a6
commit dce7dcb664
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,