ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/unused/0.91.7/Town/merchant.171
Revision: 1.1
Committed: Mon Feb 6 20:26:12 2006 UTC (18 years, 5 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 #define merchant_width 24
2     #define merchant_height 24
3     static char merchant_bits[] = {
4     0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x24, 0x00, 0x00, 0x24, 0x00,
5     0x00, 0x3c, 0x00, 0x00, 0x32, 0x00, 0x00, 0x54, 0x00, 0x00, 0xfc, 0x00,
6     0x00, 0xff, 0x01, 0x80, 0x3e, 0x02, 0x80, 0x33, 0x04, 0x80, 0xfa, 0x04,
7     0x80, 0xbb, 0x04, 0x80, 0x7a, 0x04, 0x40, 0x3f, 0x06, 0x40, 0x3f, 0x0b,
8     0x80, 0xc1, 0x1f, 0x00, 0xc1, 0x2a, 0x80, 0x82, 0x3f, 0x80, 0x15, 0x2b,
9     0xa0, 0xaf, 0x1d, 0xf0, 0xc3, 0x03, 0xe0, 0x01, 0x07, 0xc0, 0x80, 0x03,
10     };