XEEN: Fix updating party icons after drinking HP fountain

This commit is contained in:
Paul Gilbert 2017-12-24 15:34:33 -05:00
parent eb067079bb
commit 80dd7b2c0d
2 changed files with 3 additions and 0 deletions

View File

@ -1898,6 +1898,7 @@ void Interface::spellFX(Character *c) {
drawParty(true);
_tillMove = tillMove;
++_charFX[charIndex];
}
void Interface::obscureScene(Obscurity obscurity) {

View File

@ -593,6 +593,7 @@ bool Scripts::cmdTakeOrGive(ParamsIterator &params) {
int mode1, mode2, mode3, param2;
uint32 val1, val2, val3;
_refreshIcons = true;
mode1 = params.readByte();
switch (mode1) {
case 16:
@ -876,6 +877,7 @@ bool Scripts::cmdGiveExtended(ParamsIterator &params) {
int newLineNum;
bool result;
_refreshIcons = true;
int mode = params.readByte();
switch (mode) {
case 16: