From 50af381687c3a2e866f131368f48eb760cd40d9e Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 24 Mar 2008 23:18:08 +0000 Subject: * Added temporary code to track and prevent the multiple remove_map's that appear to be happening. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12430 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index c55e7f2cc..a7d30d1ce 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -88,6 +88,7 @@ struct map_session_data { unsigned killable : 1; unsigned doridori : 1; unsigned ignoreAll : 1; + unsigned debug_remove_map : 1; // temporary state to track double remove_map's [FlavioJS] unsigned short autoloot; unsigned short autolootid; // [Zephyrus] unsigned noks : 3; // [Zeph Kill Steal Protection] -- cgit v1.2.3-70-g09d2