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