summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 16:55:48 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 16:55:48 +0000
commit46650c54b6a13ef5980eadb24995481f1fd83712 (patch)
treea0181571819fca45c3cc170c7ce718009cb12535 /src/economy_type.h
parentb4337eba83e34ddaac29684d78202ae9623e9240 (diff)
downloadopenttd-46650c54b6a13ef5980eadb24995481f1fd83712.tar.xz
(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index 197fd7e82..b551e1512 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -124,6 +124,7 @@ enum ExpensesType {
EXPENSES_SHIP_INC = 10,
EXPENSES_LOAN_INT = 11,
EXPENSES_OTHER = 12,
+ INVALID_EXPENSES = 0xFF,
};
#endif /* ECONOMY_TYPE_H */