Annotation of 43BSDTahoe/games/hack/def.mkroom.h, revision 1.1.1.1

1.1       root        1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
                      2: /* def.mkroom.h - version 1.0.3 */
                      3: 
                      4: struct mkroom {
                      5:        schar lx,hx,ly,hy;      /* usually xchar, but hx may be -1 */
                      6:        schar rtype,rlit,doorct,fdoor;
                      7: };
                      8: 
                      9: #define        MAXNROFROOMS    15
                     10: extern struct mkroom rooms[MAXNROFROOMS+1];
                     11: 
                     12: #define        DOORMAX 100
                     13: extern coord doors[DOORMAX];
                     14: 
                     15: /* various values of rtype */
                     16: /* 0: ordinary room; 8-15: various shops */
                     17: /* Note: some code assumes that >= 8 means shop, so be careful when adding
                     18:    new roomtypes */
                     19: #define        SWAMP   3
                     20: #define        VAULT   4
                     21: #define        BEEHIVE 5
                     22: #define        MORGUE  6
                     23: #define        ZOO     7
                     24: #define        SHOPBASE        8
                     25: #define        WANDSHOP        9
                     26: #define        GENERAL 15

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.