mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Extracted event management from GuiHandler and CIntObject
This commit is contained in:
@@ -169,7 +169,7 @@ void CArtifactsOfHeroBase::scrollBackpackForArtSet(int offset, const CArtifactSe
|
||||
|
||||
void CArtifactsOfHeroBase::safeRedraw()
|
||||
{
|
||||
if(active)
|
||||
if(isActive())
|
||||
{
|
||||
if(parent)
|
||||
parent->redraw();
|
||||
|
||||
Reference in New Issue
Block a user