Re: [CODE HELP] DO_PUSH

From: Brian Williams - Nashak (bmw@efn.org)
Date: 10/26/96


the char const... that is why you get problems.. it is const char *dirs;
not char const *dirs; anyways.. hope that helepd

		 	   |-\ \            / /
			    \ \ \          /<
			     \ \-|        /  \
                              ..... asha .....
				bmw@efn.org
			      mud.penguin.net
				    4000

On Sat, 26 Oct 1996, Leonard Burns IV wrote:

> Just recently I think Sky posted something about a Push command, I put 
> it in and added all the respective code to enable it and when I compile 
> I get this error from act.offensive.c (which is where I put 
> ACMD(do_push):
> 
> act.offensive.c: In function 'do_push':
> act.offensive.c:422: 'dirs' undeclared.
> 
> Anyone have any fixes for this? I see a 'char const *dirs' in 
> constants.c, so I add 'char const *dirs' to the do_push function but I 
> get other errors about passing invalid args. Any would be appreciated.
> -- 
> Leonard Burns IV
> lburns@continet.com
> +-----------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> |   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
> +-----------------------------------------------------------+
> 

+-----------------------------------------------------------+
| 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/18/00 PST