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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 1785bd4c4..167aa6010 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -491,9 +491,9 @@ struct map_session_data {
int shadowform_id;
/* [Ind/Hercules] */
- struct hChSysCh **channels;
+ struct channel_data **channels;
unsigned char channel_count;
- struct hChSysCh *gcbind;
+ struct channel_data *gcbind;
bool stealth;
unsigned char fontcolor;
unsigned int fontcolor_tid;