diff options
| author | dholland <dholland@NetBSD.org> | 2008-02-23 21:07:52 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2008-02-23 21:07:52 +0000 |
| commit | 1cdc3b6df35396e5120ad58e3f0a616abce0186b (patch) | |
| tree | 4f5d959ef3734ca0f94982317fe3afe1faa00d16 /monop/monop.h | |
| parent | c170b426594f7c4293b3edce009d14e35aa950b5 (diff) | |
| download | bsdgames-darwin-1cdc3b6df35396e5120ad58e3f0a616abce0186b.tar.gz bsdgames-darwin-1cdc3b6df35396e5120ad58e3f0a616abce0186b.zip | |
A first stab at supporting the housing shortage rules. From OpenBSD.
(note: this is not fully correct - I will fix it when I finish merging)
Diffstat (limited to 'monop/monop.h')
| -rw-r--r-- | monop/monop.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/monop/monop.h b/monop/monop.h index 19ad1310..9becc1f8 100644 --- a/monop/monop.h +++ b/monop/monop.h @@ -1,4 +1,4 @@ -/* $NetBSD: monop.h,v 1.14 2008/02/20 04:10:34 dholland Exp $ */ +/* $NetBSD: monop.h,v 1.15 2008/02/23 21:07:52 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -48,6 +48,8 @@ #define N_SQRS 40 /* number of squares on board */ #define MAX_PL 9 /* maximum number of players */ #define MAX_PRP (N_PROP+N_RR+N_UTIL) /* max # ownable property */ +#define N_HOUSE 32 /* total number of houses available */ +#define N_HOTEL 12 /* total number of hotels available */ /* square type numbers */ #define PRPTY 0 /* normal property */ |
