diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-21 15:58:13 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-21 15:58:13 +0000 |
commit | f41e10d3301d186f5075168c7d5503b588f7ba33 (patch) | |
tree | 260fe922f732755cb50d04930997da08d1b7e504 /src/map/pc.h | |
parent | cb35df2c8b78db0abc5cb45bcad151ed8cffc0eb (diff) | |
download | hercules-f41e10d3301d186f5075168c7d5503b588f7ba33.tar.gz hercules-f41e10d3301d186f5075168c7d5503b588f7ba33.tar.bz2 hercules-f41e10d3301d186f5075168c7d5503b588f7ba33.tar.xz hercules-f41e10d3301d186f5075168c7d5503b588f7ba33.zip |
* Extended debugging code for bugreport:3504 (related r14599).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14801 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |