diff options
author | shennetsind <ind@henn.et> | 2014-02-24 17:50:42 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-24 17:50:42 -0300 |
commit | 3c87f3a57294b41a0c3c6af953a37ffcad9c8f19 (patch) | |
tree | f87fa67eb3adfd0679c47d19c66eac005c1b3cce /src/map/map.h | |
parent | 24551d9a2d9ba7e275c4dfe940a5acb941670cc5 (diff) | |
download | hercules-3c87f3a57294b41a0c3c6af953a37ffcad9c8f19.tar.gz hercules-3c87f3a57294b41a0c3c6af953a37ffcad9c8f19.tar.bz2 hercules-3c87f3a57294b41a0c3c6af953a37ffcad9c8f19.tar.xz hercules-3c87f3a57294b41a0c3c6af953a37ffcad9c8f19.zip |
Fixed console parse gm command crash on select commands
Also fixed an issue with socket flushing
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index f39ae024f..aed506992 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -891,6 +891,8 @@ struct map_interface { struct eri *flooritem_ers; /* */ int bonus_id; + /* */ + bool cpsd_active; /* funcs */ void (*zone_init) (void); void (*zone_remove) (int m); |