mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Drobny bugfix - nie znikały przyciski z zamkniętego okna.
This commit is contained in:
@@ -360,6 +360,7 @@ void CPreGame::hideBox ()
|
||||
{
|
||||
delete btns[i];
|
||||
btns.erase(btns.begin()+i);
|
||||
i--;
|
||||
}
|
||||
}
|
||||
SDL_FreeSurface(behindCurMes);
|
||||
|
Reference in New Issue
Block a user