mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-04-04 07:30:42 +01:00
Actually, killerbuf doesn't need to be zeroed
It wasn't before and is overwritten anyway.
This commit is contained in:
parent
065b8ce79d
commit
a408de3376
1 changed files with 0 additions and 1 deletions
|
@ -13528,7 +13528,6 @@ void * vpointer, /* additional /whatever/, type based on hmoncode. */
|
|||
static struct permonst *warnedptr = 0;
|
||||
|
||||
static char killerbuf[BUFSZ]; /* only for use with killer */
|
||||
memset(killerbuf, 0, sizeof(killerbuf));
|
||||
|
||||
char buf[BUFSZ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue