diff options
| author | Einar Johan Trøan Sømåen | 2012-07-25 21:21:55 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-07-25 21:21:55 +0200 |
| commit | 1ad859a468415cc7fd93adaa84beba02aae29ad8 (patch) | |
| tree | d3b9cf40682b1bc4e29beca6a105cac85d1b30b2 /engines/wintermute/ui | |
| parent | fa96c9ea187cdb26e9f1ce048c9132f723e25df1 (diff) | |
| download | scummvm-rg350-1ad859a468415cc7fd93adaa84beba02aae29ad8.tar.gz scummvm-rg350-1ad859a468415cc7fd93adaa84beba02aae29ad8.tar.bz2 scummvm-rg350-1ad859a468415cc7fd93adaa84beba02aae29ad8.zip | |
WINTERMUTE: "if(" -> "if ("
Diffstat (limited to 'engines/wintermute/ui')
| -rw-r--r-- | engines/wintermute/ui/ui_button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_button.cpp b/engines/wintermute/ui/ui_button.cpp index fab724eb06..2c4cecdc85 100644 --- a/engines/wintermute/ui/ui_button.cpp +++ b/engines/wintermute/ui/ui_button.cpp @@ -627,7 +627,7 @@ bool UIButton::display(int offsetX, int offsetY) { }
if (back) back->display(offsetX + _posX, offsetY + _posY, _width, _height);
- //if(image) image->Draw(ImageX +((_press||_oneTimePress)&&back?1:0), ImageY +((_press||_oneTimePress)&&back?1:0), NULL);
+ //if (image) image->Draw(ImageX +((_press||_oneTimePress)&&back?1:0), ImageY +((_press||_oneTimePress)&&back?1:0), NULL);
if (image) image->draw(imageX + ((_press || _oneTimePress) && back ? 1 : 0), imageY + ((_press || _oneTimePress) && back ? 1 : 0), _pixelPerfect ? this : NULL);
if (font && _text) {
|
