summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h5
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;
};