Add new game string outputer and use it.

modify some of the other outputters to look better
This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:02 +00:00
parent 24ac058475
commit 002c1e5927
5 changed files with 39 additions and 2 deletions

View file

@ -45,7 +45,7 @@ inline bool COrder::operator== ( const COrder& rhs ) const
// Typedef a vector of orders
typedef std::vector<COrder> COrderVector;
#define ORDER_FORMATTER "ORDER co:%c un:%u"
#define ORDER_FORMATTER "ORDER:%c id:%u"
// string <--> order conversion functions
std::string GetStringFromOrder(const COrder& order );