1
0
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:
mateuszb
2010-09-03 18:42:54 +00:00
parent dc0cdf68b6
commit 4ba3c68ced
12 changed files with 379 additions and 165 deletions

View File

@ -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;