← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Public bug reported:

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)

** Affects: adchpp
     Importance: Undecided
         Status: New

-- 
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++:
  New

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


Follow ups

References