1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

* partially done support for resolutions smaller than 800x600 by screen scrolling

This commit is contained in:
mateuszb
2010-08-23 15:16:40 +00:00
parent 70a158ba55
commit 6b8718b046
14 changed files with 161 additions and 97 deletions

View File

@@ -318,7 +318,7 @@ void CSpellWindow::fRcornerb()
void CSpellWindow::showAll(SDL_Surface *to)
{
SDL_BlitSurface(background, NULL, to, &pos);
CSDL_Ext::blitSurface(background, NULL, to, &pos);
blitAt(spellTab->ourImages[selectedTab].bitmap, 524 + pos.x, 88 + pos.y, to);
std::ostringstream mana;