MM: MM1: Fix display of combat party names

This commit is contained in:
Paul Gilbert 2023-03-25 22:24:38 -07:00
parent e8492022ef
commit 3b7bb9cfa9

View File

@ -485,7 +485,7 @@ void Combat::clearArea(const Common::Rect &r) {
void Combat::resetBottom() {
clearArea(Common::Rect(0, BOTTOM_Y, 320, 200));
clearArea(Common::Rect(0, 19 * LINE_H, 320, 200));
_allowFight = _allowShoot = false;
_allowCast = _allowAttack = false;
}