Codechange: Make sure script enums are the same size as their normal counterparts
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
* Types of expenses.
|
||||
* @api -ai
|
||||
*/
|
||||
enum ExpensesType {
|
||||
enum ExpensesType : byte {
|
||||
EXPENSES_CONSTRUCTION = ::EXPENSES_CONSTRUCTION, ///< Construction costs.
|
||||
EXPENSES_NEW_VEHICLES = ::EXPENSES_NEW_VEHICLES, ///< New vehicles.
|
||||
EXPENSES_TRAIN_RUN = ::EXPENSES_TRAIN_RUN, ///< Running costs trains.
|
||||
|
Reference in New Issue
Block a user