summaryrefslogtreecommitdiff
path: root/src/map/tmw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.c')
-rw-r--r--src/map/tmw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/tmw.c b/src/map/tmw.c
index 6a2df32..ba02189 100644
--- a/src/map/tmw.c
+++ b/src/map/tmw.c
@@ -106,8 +106,6 @@ void tmw_GmHackMsg(const char *fmt, ...) {
char buf[512];
va_list ap;
- buf[512] = 0;
-
va_start(ap, fmt);
vsnprintf(buf, 511, fmt, ap);
va_end(ap);