mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Rest of commit: broken battles, starting hero, town displaying and linker errors.
Further changes for netcode.
This commit is contained in:
@@ -24,7 +24,7 @@ CHeroWindow::CHeroWindow(int playerColor):
|
||||
{
|
||||
artWorn.resize(19);
|
||||
background = BitmapHandler::loadBitmap("HEROSCR4.bmp");
|
||||
CSDL_Ext::blueToPlayersAdv(background, playerColor);
|
||||
graphics->blueToPlayersAdv(background, playerColor);
|
||||
pos.x = 65;
|
||||
pos.y = 8;
|
||||
pos.h = background->h;
|
||||
|
||||
Reference in New Issue
Block a user