mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Remove largely unused defActions member from CIntObject
This commit is contained in:
@ -248,8 +248,6 @@ void CRClickPopup::createAndPush(const CGObjectInstance * obj, const Point & p,
|
||||
CRClickPopupInt::CRClickPopupInt(const std::shared_ptr<CIntObject> & our)
|
||||
{
|
||||
CCS->curh->hide();
|
||||
defActions = 255-DISPOSE;
|
||||
our->recActions = defActions;
|
||||
inner = our;
|
||||
addChild(our.get(), false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user