Re: [Circle] [CODE] Funny C in spell_disintegrate

From: Alex (fletcher@cspo.queensu.ca)
Date: 08/22/96


>     /* A bonus for ac affecting items also */
>     for (i = 0; i < MAX_OBJ_AFFECT; i++) {
>                 ^^^^^^
>                 what is this supposed to do ??
> 
The html for '<' and &gt; is '>'.  As it says at the bottom of the
index page, save what you see... not the source.


--
Erm... Yeah.  Whatever.

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


From cat@vuse.vanderbilt.edu Thu, 22 Aug 96 13:12:53 -0500
X-SystemInfo: MyE-Mail: EMail
X-ReplyTo-No: 3987 (There are more replies.)
X-Message-No: 3988 (database)
From: Katzlberger Thomas <cat@vuse.vanderbilt.edu>
To: circle <circle@cspo.queensu.ca>
Subject: Re: [Circle] [CODE] Funny C in spell_disintegrate
Date: Thu, 22 Aug 96 19:12:01
Message-ID: <9608221812.AA01296@localhost.vuse.vanderbilt.edu>
Reply-To: katzlbt@vuse.vanderbilt.edu (katzlbt)
X-POP3-Rcpt: lk4150@per
Return-Path: <@QUCDN.QueensU.CA:owner-circle@cspo.queensu.ca>
Received: from QUCDN.QueensU.CA (QUCDN.QueensU.CA [130.15.126.2]) by per.cybercity.dk (8.6.12/8.6.12) with SMTP id UAA18434 for <lk4150@krull.dk>; Thu, 22 Aug 1996 20:24:49 +0200
Received: from cspo.queensu.ca by QUCDN.QueensU.CA (IBM VM SMTP V2R2) with TCP;Thu, 22 Aug 96 14:30:12 EDT
Received: by cspo.queensu.ca (SMI-8.6/SMI-SVR4)id OAA03237; Thu, 22 Aug 1996 14:13:43 -0500
Received: from vuse.vanderbilt.edu by cspo.queensu.ca (SMI-8.6/SMI-SVR4)
Received: from localhost.vuse.vanderbilt.edu by vuse.vanderbilt.edu (8.7.5/SMI-4.1/VUSE-1.24)
Received: by localhost.vuse.vanderbilt.edu (NX5.67f2/NX3.0S)
Mime-Version: 1.0 (NeXT Mail 3.3 v118.2)
X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3)
Received: by NeXT.Mailer (1.118.2.RR)
Cc: Alex <fletcher@cspo.queensu.ca>
References: <Pine.SOL.3.95.960822135852.3189A-100000@cspo.queensu.ca>
X-My-Email: katzlbt@vuse.vanderbilt.edu
Sender: owner-circle@cspo.queensu.ca
Precedence: bulk

> The html for '<' and &gt; is '>'.  As it says at the bottom of the
> index page, save what you see... not the source.

    for (i = 0; i< ; MAX_OBJ_AFFECT; i++) {
	if (obj->;affected[i].location == APPLY_AC)
   	   save -= obj->;affected[i].modifier / 10;
    }

Uhmmm yes that seems to be reasonable.
But:
    1. of all that's what I am seeing 
      (I am not stupid and save the source)

    2. A html document needs to have the file extension
    	.../disintegrate.html NOT: .../disintegrate.c

    3. There is not <HTML> </HTML> around the document
    
    4. This code still makes no sense

    for (i = 0; i< ; MAX_OBJ_AFFECT; i++) {
	if (obj-> @@@ ;affected[i].location == APPLY_AC)
   	   save -= obj-> @@@ ;affected[i].modifier / 10;
    }

    @@@ stuff missing
        
http://cspo.queensu.ca/~fletcher/Circle/Snippet/disintegrate.c

Cat.
---
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/                                                            _/_/
_/_/  Thomas Katzlberger                                        _/_/
_/_/  katzlbt@vuse.vanderbilt.edu                               _/_/
_/_/  @aWhiteNeXT.called.garfield                               _/_/
_/_/  http://www.vuse.vanderbilt.edu/~katzlbt/                  _/_/
_/_/                                                            _/_/
_/_/  "You can tune a file system, but you can't tune a fish."  _/_/
_/_/                                UNIX man page for tunefs.   _/_/
_/_/                                                            _/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



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