mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Remove largely unused defActions member from CIntObject
This commit is contained in:
@@ -73,8 +73,7 @@ public:
|
||||
void addUsedEvents(ui16 newActions);
|
||||
void removeUsedEvents(ui16 newActions);
|
||||
|
||||
enum {ACTIVATE=1, DEACTIVATE=2, UPDATE=4, SHOWALL=8, DISPOSE=16, SHARE_POS=32};
|
||||
ui8 defActions; //which calls will be tried to be redirected to children
|
||||
enum {ACTIVATE=1, DEACTIVATE=2, UPDATE=4, SHOWALL=8, DISPOSE=16, SHARE_POS=32, ALL_ACTIONS=255-DISPOSE};
|
||||
ui8 recActions; //which calls we allow to receive from parent
|
||||
|
||||
/// deactivates if needed, blocks all automatic activity, allows only disposal
|
||||
|
||||
Reference in New Issue
Block a user