Xilmi / OpenXcom

Open-source clone of the original X-Com
http://openxcom.org
GNU General Public License v3.0
19 stars 10 forks source link

fix(realistic-accuracy): use kneel cache on accurary cache #6

Closed scarf005 closed 1 year ago

scarf005 commented 1 year ago

when using realistic accuracy mode, kneeling will not re-calculate accuracy because its caching will not take unit's kneeled status into account. added _cacheIsKneeled to take kneeling status into account.