← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 829180] Re: Enity.unsetFlag doesn't unset flags

 

Already fixed...

** Changed in: adchpp
       Status: New => Invalid

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/829180

Title:
  Enity.unsetFlag doesn't unset flags

Status in ADCH++:
  Invalid

Bug description:
  unsetFlag(flag) function doesn't unset the entities flag.

  line 204 in Entity.cpp need to be change from:

  	flags.setFlag(flag);
  to
  	flags.unsetFlag(flag);

  in function void Entity::unsetFlag(size_t flag)

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/829180/+subscriptions


References