[Scummvm-git-logs] scummvm master -> 2c2ef99151c03fc343de674a861e0729a0eb75ee

mduggan mgithub at guarana.org
Wed May 27 23:41:40 UTC 2020


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:
2c2ef99151 ULTIMA8: Trivial fix to debug message


Commit: 2c2ef99151c03fc343de674a861e0729a0eb75ee
    https://github.com/scummvm/scummvm/commit/2c2ef99151c03fc343de674a861e0729a0eb75ee
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-05-28T08:41:11+09:00

Commit Message:
ULTIMA8: Trivial fix to debug message

Changed paths:
    engines/ultima/ultima8/world/actors/actor.cpp


diff --git a/engines/ultima/ultima8/world/actors/actor.cpp b/engines/ultima/ultima8/world/actors/actor.cpp
index 67c2f8886e..e260c593d7 100644
--- a/engines/ultima/ultima8/world/actors/actor.cpp
+++ b/engines/ultima/ultima8/world/actors/actor.cpp
@@ -273,7 +273,7 @@ bool Actor::giveTreasure() {
 				}
 
 			} else {
-				pout << "Unhandled _special treasure: " << ti._special
+				pout << "Unhandled special treasure: " << ti._special
 				     << Std::endl;
 			}
 			continue;




More information about the Scummvm-git-logs mailing list