| 1694 | } |
| 1695 | |
| 1696 | static RString CatWords(RString cond, RString cond2) |
| 1697 | { |
| 1698 | if (cond.GetLength() > 0 && cond2.GetLength() > 0) |
| 1699 | { |
| 1700 | return cond + RString(" ") + cond2; |
| 1701 | } |
| 1702 | else |
| 1703 | { |
| 1704 | return cond + cond2; |
| 1705 | } |
| 1706 | } |
| 1707 | |
| 1708 | void CStaticMapArcadeViewer::DrawLabel(struct SignInfo& info, PackedColor color) |
| 1709 | { |