diff --git a/client.cpp b/client.cpp index fc02bf45b6..4514c708a2 100644 --- a/client.cpp +++ b/client.cpp @@ -63,7 +63,7 @@ public: state &= mask; // for safety, clear all other bits - if ( state & NET::Shaded ) + if ( mask & NET::Shaded ) m_client->setShade( state & NET::Shaded ); if ( mask & NET::Max ) {