mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 03:24:50 +00:00
XEEN: Fix updating party icons after drinking HP fountain
This commit is contained in:
parent
eb067079bb
commit
80dd7b2c0d
@ -1898,6 +1898,7 @@ void Interface::spellFX(Character *c) {
|
||||
|
||||
drawParty(true);
|
||||
_tillMove = tillMove;
|
||||
++_charFX[charIndex];
|
||||
}
|
||||
|
||||
void Interface::obscureScene(Obscurity obscurity) {
|
||||
|
@ -593,6 +593,7 @@ bool Scripts::cmdTakeOrGive(ParamsIterator ¶ms) {
|
||||
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 ¶ms) {
|
||||
int newLineNum;
|
||||
bool result;
|
||||
|
||||
_refreshIcons = true;
|
||||
int mode = params.readByte();
|
||||
switch (mode) {
|
||||
case 16:
|
||||
|
Loading…
x
Reference in New Issue
Block a user