summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-06-26 15:29:15 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-06-26 15:29:15 -0700
commit051e92e4246634d256651903c8c097a89857fba8 (patch)
tree28057b60fbeafdc9d43cfee09f729b5595ee66ff /src/map/map.hpp
parent0a1614ef8082b32e9cfba8b7a18717895f699a3a (diff)
downloadtmwa-051e92e4246634d256651903c8c097a89857fba8.tar.gz
tmwa-051e92e4246634d256651903c8c097a89857fba8.tar.bz2
tmwa-051e92e4246634d256651903c8c097a89857fba8.tar.xz
tmwa-051e92e4246634d256651903c8c097a89857fba8.zip
Hopefully don't crash
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index e315492..f0d0310 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -593,7 +593,7 @@ void map_log(const_string line);
#define MAP_LOG_PC(sd, fmt, ...) \
MAP_LOG("PC%d %s:%d,%d " fmt, \
- sd->status.char_id, (sd->bl_m ? sd->bl_m->name_ : "undefined"), sd->bl_x, sd->bl_y, ## __VA_ARGS__)
+ sd->status.char_id, (sd->bl_m ? sd->bl_m->name_ : "undefined.gat"), sd->bl_x, sd->bl_y, ## __VA_ARGS__)
// 床アイテム関連
void map_clearflooritem_timer(TimerData *, tick_t, int);