]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/morg.c
src/games/quiz from Lite
[bsdgames-darwin.git] / monop / morg.c
index 2c4b97b5140e5560987fb38bd5817276a9d7bceb..957085644c1244a57421018fbc7dbb44aa9e3eb8 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: morg.c,v 1.4 1995/03/23 08:35:02 cgd Exp $     */
+
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)morg.c     5.3 (Berkeley) 6/1/90";
+#if 0
+static char sccsid[] = "@(#)morg.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: morg.c,v 1.4 1995/03/23 08:35:02 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "monop.ext"
@@ -48,17 +54,16 @@ static char *names[MAX_PRP+2],
                        "where",        /*  2 */
                        "own holdings", /*  3 */
                        "holdings",     /*  4 */
-                       "shell",        /*  5 */
-                       "mortgage",     /*  6 */
-                       "unmortgage",   /*  7 */
-                       "buy",          /*  8 */
-                       "sell",         /*  9 */
-                       "card",         /* 10 */
-                       "pay",          /* 11 */
-                       "trade",        /* 12 */
-                       "resign",       /* 13 */
-                       "save game",    /* 14 */
-                       "restore game", /* 15 */
+                       "mortgage",     /*  5 */
+                       "unmortgage",   /*  6 */
+                       "buy",          /*  7 */
+                       "sell",         /*  8 */
+                       "card",         /*  9 */
+                       "pay",          /* 10 */
+                       "trade",        /* 11 */
+                       "resign",       /* 12 */
+                       "save game",    /* 13 */
+                       "restore game", /* 14 */
                        0
                };