diff options
author | shennetsind <ind@henn.et> | 2013-04-11 21:18:12 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-11 21:18:12 -0300 |
commit | 789c8d77c7de5673a3cefd8ca302d97bc358ce8e (patch) | |
tree | 658701cf787a35b0ce68931d55e264d65437b284 /src/map/pc.h | |
parent | 1152ef720d3ef010a40ddf3cb5fc63fbc2f3e030 (diff) | |
download | hercules-789c8d77c7de5673a3cefd8ca302d97bc358ce8e.tar.gz hercules-789c8d77c7de5673a3cefd8ca302d97bc358ce8e.tar.bz2 hercules-789c8d77c7de5673a3cefd8ca302d97bc358ce8e.tar.xz hercules-789c8d77c7de5673a3cefd8ca302d97bc358ce8e.zip |
Hercules Channel System Update
http://hercules.ws/board/topic/316-introducing-hercules-channel-system/?p=2716
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 2ebd5ad22..5ccfdaee8 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -501,7 +501,8 @@ struct map_session_data { unsigned char channel_count; struct hChSysCh *gcbind; bool stealth; - unsigned char fontcolor; /* debug-only */ + unsigned char fontcolor; + unsigned int hchsysch_tick; // temporary debugging of bug #3504 const char* delunit_prevfile; |