typo in dgscripts patch

From: Del Minturn (caminturn@EARTHLINK.NET)
Date: 08/09/98


Was running through adding in the update and ran across a small missing
line.

@@ -673,10 +718,13 @@ void game_loop(int mother_desc)
       d->wait = 1;
       d->has_prompt = 0;

-      if (d->str)              /* Writing boards, mail, etc. */
+      /*
+       * I reversed these top 2 if checks so that you can use the
+       */
+      if (d->showstr_count) /* Reading something w/ pager */
+        show_string(d, comm);

should be

      /*
       * I reversed these top 2 checks so that you can use the
       * page_string function in the editor
       */


Trivial I know..


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST