1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

I do not have that file in /Data (and most players too). Use bitmaps from .lod-s only.

This commit is contained in:
Michał W. Urbańczyk
2008-01-11 19:28:43 +00:00
parent 2ce033aba9
commit 0b2acef70f

View File

@@ -9,7 +9,7 @@ extern SDL_Surface * ekran;
CHeroWindow::CHeroWindow(int playerColor)
{
background = SDL_LoadBMP("Data\\HEROSCR4.bmp");
background = CGI->bitmaph->loadBitmap("HEROSCR4.bmp");
CSDL_Ext::blueToPlayersAdv(background, playerColor);
pos.x = 65;
pos.y = 8;