diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 9ed474b13..0473df3a9 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -421,6 +421,10 @@ struct map_session_data { unsigned int bg_id; unsigned short user_font; + + // temporary debugging of bug #3504 + const char* delunit_prevfile; + int delunit_prevline; }; //Update this max as necessary. 55 is the value needed for Super Baby currently |