mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Style cleanup
This commit is contained in:
@@ -245,8 +245,8 @@ CInfoPopup::CInfoPopup(SDL_Surface *Bitmap, bool Free)
|
||||
|
||||
if(bitmap)
|
||||
{
|
||||
pos.x = GH.screenDimensions().x/2 - bitmap->w/2;
|
||||
pos.y = GH.screenDimensions().y/2 - bitmap->h/2;
|
||||
pos.x = GH.screenDimensions().x / 2 - bitmap->w / 2;
|
||||
pos.y = GH.screenDimensions().y / 2 - bitmap->h / 2;
|
||||
pos.h = bitmap->h;
|
||||
pos.w = bitmap->w;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user