diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/pc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 245ecd686..fd0459119 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -348,6 +348,11 @@ struct map_session_data { int index, amount, zeny; struct mail_data inbox; } mail; + + // temporary debug [flaviojs] + const char* debug_file; + int debug_line; + const char* debug_func; }; |