CLOUD: Fix code formatting
This commit is contained in:
parent
772d8ee42b
commit
9254df2d96
35 changed files with 380 additions and 366 deletions
|
@ -82,7 +82,7 @@ bool CloudIcon::draw() {
|
|||
|
||||
if (g_system) {
|
||||
Graphics::TransparentSurface *surface = &_icon;
|
||||
makeAlphaIcon((_showingDisabled? _disabledIcon:_icon), _currentAlpha);
|
||||
makeAlphaIcon((_showingDisabled ? _disabledIcon : _icon), _currentAlpha);
|
||||
if (_alphaIcon.getPixels()) surface = &_alphaIcon;
|
||||
if (surface && surface->getPixels()) {
|
||||
int x = g_system->getOverlayWidth() - surface->w - 10, y = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue