mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-11 01:10:26 +02:00
* animation of water tiles
* minor changes
This commit is contained in:
@ -1252,7 +1252,8 @@ void CAdvMapInt::update()
|
||||
}
|
||||
}
|
||||
if(updateScreen)
|
||||
{
|
||||
{
|
||||
CGI->mh->updateWater();
|
||||
terrain.show();
|
||||
for(int i=0;i<4;i++)
|
||||
blitAt(gems[i]->ourImages[LOCPLINT->playerID].bitmap,ADVOPT.gemX[i],ADVOPT.gemY[i]);
|
||||
|
Reference in New Issue
Block a user