[Scummvm-git-logs] scummvm master -> 56c464202751a0af2d5433899b1b748406e5c631

dreammaster dreammaster at scummvm.org
Sun Mar 25 19:34:33 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:
56c4642027 XEEN: Slightly increase delay between giving multiple treasure items


Commit: 56c464202751a0af2d5433899b1b748406e5c631
    https://github.com/scummvm/scummvm/commit/56c464202751a0af2d5433899b1b748406e5c631
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-25T13:34:27-04:00

Commit Message:
XEEN: Slightly increase delay between giving multiple treasure items

Changed paths:
    engines/xeen/party.cpp


diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index e7d39ed..0937137 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -831,7 +831,7 @@ void Party::giveTreasureToCharacter(Character &c, ItemCategory category, int ite
 	w.writeString(Common::String::format(Res.X_FOUND_Y, c._name.c_str(), itemName));
 	w.update();
 	c._items[category].sort();
-	events.ipause(5);
+	events.ipause(8);
 }
 
 bool Party::canShoot() const {





More information about the Scummvm-git-logs mailing list