diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 10891f6b4..5eec607db 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -512,6 +512,7 @@ struct map_session_data { struct hChSysCh *gcbind; bool stealth; unsigned char fontcolor; + unsigned int fontcolor_tid; unsigned int hchsysch_tick; /* [Ind/Hercules] */ |