OpenRCT2/src/openrct2/util
Duncan 7440d7eb2b
Fix #13567: Added ability for peeps to stop eating certain food constanly (#13592)
* Fix #13567: Cure guests of severe gluttony

Incorrect assumption that bitscanforward itertated over 64 bits meant that food that was previously within the ExtraItemFlags would never get removed from the peeps inventory. bitscanforward function has been replaced with a 64bit version

* Bump network version
2020-12-17 17:45:40 +00:00
..
SawyerCoding.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
SawyerCoding.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Util.cpp Fix #13567: Added ability for peeps to stop eating certain food constanly (#13592) 2020-12-17 17:45:40 +00:00
Util.h Fix #13567: Added ability for peeps to stop eating certain food constanly (#13592) 2020-12-17 17:45:40 +00:00