Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 4, 2014
1 parent 4421b3a commit 3e4f87d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/plugins/common/src/hu_lib.cpp
Expand Up @@ -2590,11 +2590,8 @@ int ButtonWidget_CommandResponder(Widget *wi, menucommand_e cmd)

if(cmd == MCMD_SELECT)
{
dd_bool justActivated = false;
if(!(wi->_flags & MNF_ACTIVE))
{
justActivated = true;

wi->_flags |= MNF_ACTIVE;
if(wi->hasAction(Widget::MNA_ACTIVE))
{
Expand Down

0 comments on commit 3e4f87d

Please sign in to comment.