Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble

This commit is contained in:
Rumble 2007-03-04 20:18:13 +00:00
parent f2bb44ceb1
commit 42377c319a
37 changed files with 6212 additions and 7018 deletions

View file

@ -1,18 +1,13 @@
/*
** Zmalloc, a simple memory-allocation monitor.
/** Zmalloc, a simple memory-allocation monitor.
**
** Version 2. added detection for writing off the end or beginning
** of buffers, freeing the same block multiple times. Also now use the
** env variable to set the name of a file to write output to.
**
**
** Copyright 1996,1998,1999,2000 Eric Murray, ericm@lne.com
**
** You may make free use of this code but please give me credit.
**
**
** Documentation: http://www.lne.com/ericm/zmalloc
**
** $Id: zmalloc.c,v 1.3 2000/06/26 18:38:53 ericm Exp $
** $Log: zmalloc.c,v $
** Revision 1.3 2000/06/26 18:38:53 ericm
@ -25,10 +20,7 @@
** use env variable to set output to stdin, stdout, file
**
** Revision 1.1 1998/05/25 16:31:35 ericm
** Initial revision
**
**
*/
** Initial revision */
/* local functions */
void zfree_special (int *, char *, int);