add string for undo assign error

This commit is contained in:
ehouse 2004-05-15 01:07:34 +00:00
parent 4ebc603cf7
commit 6edeb9543a

View file

@ -1668,6 +1668,10 @@ ce_util_userError( XW_UtilCtxt* uc, UtilErrID id )
case ERR_TOO_FEW_TILES_LEFT_TO_TRADE:
message = "Too few tiles left to trade.";
break;
case ERR_CANT_UNDO_TILEASSIGN:
message = "Tile assignment can't be undone.";
break;
default:
message = "unknown errorcode ID!!!";
break;