[Scummvm-git-logs] scummvm master -> 823a7e655194361ceecbedea348d217ca4eeaf99

dreammaster dreammaster at scummvm.org
Sun Mar 25 21:08:08 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
823a7e6551 XEEN: Add portrait effect when gaining skill


Commit: 823a7e655194361ceecbedea348d217ca4eeaf99
    https://github.com/scummvm/scummvm/commit/823a7e655194361ceecbedea348d217ca4eeaf99
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-25T15:08:00-04:00

Commit Message:
XEEN: Add portrait effect when gaining skill

Changed paths:
    engines/xeen/party.cpp


diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 0937137..42b45a8 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -1133,6 +1133,7 @@ bool Party::giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int
 	case 13:
 		assert(giveVal < 18);
 		ps._skills[giveVal]++;
+		intf.spellFX(&ps);
 		break;
 	case 15:
 		ps.setAward(giveVal, true);





More information about the Scummvm-git-logs mailing list