mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble
This commit is contained in:
parent
f2bb44ceb1
commit
42377c319a
37 changed files with 6212 additions and 7018 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue