Fixed a compilation issue in r12457.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12458 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
ca35192cd0
commit
a6de8bacab
@ -348,6 +348,11 @@ struct map_session_data {
|
|||||||
int index, amount, zeny;
|
int index, amount, zeny;
|
||||||
struct mail_data inbox;
|
struct mail_data inbox;
|
||||||
} mail;
|
} mail;
|
||||||
|
|
||||||
|
// temporary debug [flaviojs]
|
||||||
|
const char* debug_file;
|
||||||
|
int debug_line;
|
||||||
|
const char* debug_func;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user