(svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called EXPENSES_INVALID in the script API

This commit is contained in:
zuu
2013-10-02 21:44:31 +00:00
parent 59afce7cfb
commit 3ad1896273
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ public:
EXPENSES_SHIP_INC = ::EXPENSES_SHIP_INC, ///< Income from ships.
EXPENSES_LOAN_INT = ::EXPENSES_LOAN_INT, ///< Interest payments over the loan.
EXPENSES_OTHER = ::EXPENSES_OTHER, ///< Other expenses.
INVALID_EXPENSES = ::INVALID_EXPENSES, ///< Invalid expense type.
EXPENSES_INVALID = ::INVALID_EXPENSES, ///< Invalid expense type.
};
/**