Show cost/income float over end tile of rail or road construction

This commit is contained in:
Jonathan G Rennison
2022-10-20 18:41:05 +01:00
parent ff0b3ca9be
commit e6e9a0c2f3
2 changed files with 8 additions and 6 deletions

View File

@@ -556,6 +556,7 @@ enum CommandFlags {
CMD_PROCEX = 0x800, ///< the command proc function has extended parameters
CMD_SERVER_NS = 0x1000, ///< the command can only be initiated by the server (this is not executed in spectator mode)
CMD_LOG_AUX = 0x2000, ///< the command should be logged in the auxiliary log instead of the main log
CMD_P1_TILE = 0x4000, ///< use p1 for money text and error tile
};
DECLARE_ENUM_AS_BIT_SET(CommandFlags)