diff --git a/client.cpp b/client.cpp index e6c69d5f78..975178e4ca 100644 --- a/client.cpp +++ b/client.cpp @@ -2347,7 +2347,7 @@ void Client::setShade( bool s, int hus ) if ( isVisible() ) - Events::raise( s ? Events::ShadeDown : Events::ShadeUp ); + Events::raise( s ? Events::ShadeUp : Events::ShadeDown ); int as = options->animateShade? 10 : 1;