mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +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);
|
drawParty(true);
|
||||||
_tillMove = tillMove;
|
_tillMove = tillMove;
|
||||||
|
++_charFX[charIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
void Interface::obscureScene(Obscurity obscurity) {
|
void Interface::obscureScene(Obscurity obscurity) {
|
||||||
|
@ -593,6 +593,7 @@ bool Scripts::cmdTakeOrGive(ParamsIterator ¶ms) {
|
|||||||
int mode1, mode2, mode3, param2;
|
int mode1, mode2, mode3, param2;
|
||||||
uint32 val1, val2, val3;
|
uint32 val1, val2, val3;
|
||||||
|
|
||||||
|
_refreshIcons = true;
|
||||||
mode1 = params.readByte();
|
mode1 = params.readByte();
|
||||||
switch (mode1) {
|
switch (mode1) {
|
||||||
case 16:
|
case 16:
|
||||||
@ -876,6 +877,7 @@ bool Scripts::cmdGiveExtended(ParamsIterator ¶ms) {
|
|||||||
int newLineNum;
|
int newLineNum;
|
||||||
bool result;
|
bool result;
|
||||||
|
|
||||||
|
_refreshIcons = true;
|
||||||
int mode = params.readByte();
|
int mode = params.readByte();
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 16:
|
case 16:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user