src/ai/api/ai_error.hpp
branchnoai
changeset 10093 b3849a19d137
parent 10091 e4feb2f9fedf
child 10094 e737405b06dd
equal deleted inserted replaced
10091:e4feb2f9fedf 10093:b3849a19d137
    37 		ERR_CAT_BRIDGE,   //!< Error messages related to building / removing bridges.
    37 		ERR_CAT_BRIDGE,   //!< Error messages related to building / removing bridges.
    38 		ERR_CAT_TUNNEL,   //!< Error messages related to building / removing tunnels.
    38 		ERR_CAT_TUNNEL,   //!< Error messages related to building / removing tunnels.
    39 		ERR_CAT_TILE,     //!< Error messages related to raising / lowering and demolishing tiles.
    39 		ERR_CAT_TILE,     //!< Error messages related to raising / lowering and demolishing tiles.
    40 		ERR_CAT_SIGN,     //!< Error messages related to building / removing signs.
    40 		ERR_CAT_SIGN,     //!< Error messages related to building / removing signs.
    41 		ERR_CAT_ROAD,     //!< Error messages related to building / maintaining roads.
    41 		ERR_CAT_ROAD,     //!< Error messages related to building / maintaining roads.
       
    42 		ERR_CAT_ORDER,    //!< Error messages related to managing orders.
    42 
    43 
    43 		/**
    44 		/**
    44 		 * DO NOT USE! The error bitsize determines how many errors can be stored in
    45 		 * DO NOT USE! The error bitsize determines how many errors can be stored in
    45 		 *  a category and what the offsets are of all categories.
    46 		 *  a category and what the offsets are of all categories.
    46 		 */
    47 		 */