diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-29 21:00:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-02 21:34:35 +0300 |
commit | 5f8f132fb165bd30b2519aa1e7ce581ca0889557 (patch) | |
tree | 7e13e20050dc69658752736bb184459d55d69ace /src/map/clif.c | |
parent | 2963dc52163607c178104e5061713376577f159d (diff) | |
download | hercules-5f8f132fb165bd30b2519aa1e7ce581ca0889557.tar.gz hercules-5f8f132fb165bd30b2519aa1e7ce581ca0889557.tar.bz2 hercules-5f8f132fb165bd30b2519aa1e7ce581ca0889557.tar.xz hercules-5f8f132fb165bd30b2519aa1e7ce581ca0889557.zip |
Add missing cutin packet value comment.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index ee15166e6..1902ac69e 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -2300,6 +2300,7 @@ void clif_viewpoint(struct map_session_data *sd, int npc_id, int type, int x, in /// 2 = bottom right corner /// 3 = middle of screen, inside a movable window /// 4 = middle of screen, movable with a close button, chrome-less +/// 255 = hide void clif_cutin(struct map_session_data* sd, const char* image, int type) { int fd; |