Re: obj stacking

From: Chuck Reed (creed@I-55.COM)
Date: 02/20/98


>I installed object stacking code on my MUD along time ago. It works great
>but there is one thing that I am extremely bothered by. Its not some
>critical bug or crashing error, but the way it sends the objects. Here is
>an example:
>
>( 2) A loaf of bread.
>
>I think I stand for everyone when I say
>
>(2) A loaf of bread
>
>Looks better!

find the line in act.informative.c that read like so:

 sprintf(buf,"( %2i) ",num);

and change it to:

 sprintf(buf,"(%2i) ",num);

Groovy eh?

Chuck


     +------------------------------------------------------------+
     | 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