From 46650c54b6a13ef5980eadb24995481f1fd83712 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Jan 2008 16:55:48 +0000 Subject: (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). --- src/economy_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/economy_type.h') 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 */ -- cgit v1.2.3-54-g00ecf