mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
Chenges (networking for PG, minor fixes)
This commit is contained in:
@ -72,6 +72,7 @@ void CButtonBase::showAll( SDL_Surface * to )
|
||||
|
||||
void CButtonBase::addTextOverlay( const std::string Text, EFonts font, SDL_Color color)
|
||||
{
|
||||
delete text;
|
||||
text = new TextOverlay;
|
||||
text->text = Text;
|
||||
|
||||
|
Reference in New Issue
Block a user