[Scummvm-git-logs] scummvm master -> 9c5ced80c54027602d3071aed53b05c9e789292a

dreammaster paulfgilbert at gmail.com
Thu May 21 00:34:02 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:
9c5ced80c5 COMMON: added note about using shake in ULTIMA engine


Commit: 9c5ced80c54027602d3071aed53b05c9e789292a
    https://github.com/scummvm/scummvm/commit/9c5ced80c54027602d3071aed53b05c9e789292a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-05-20T17:33:29-07:00

Commit Message:
COMMON: added note about using shake in ULTIMA engine

Changed paths:
    common/system.h


diff --git a/common/system.h b/common/system.h
index 44414becbe..542c4b15ca 100644
--- a/common/system.h
+++ b/common/system.h
@@ -938,7 +938,7 @@ public:
 	 * @param shakeYOffset	the shake y offset
 	 *
 	 * @note This is currently used in the SCUMM, QUEEN, KYRA, SCI, DREAMWEB,
-	 * SUPERNOVA, TEENAGENT, TOLTECS and PETKA engines.
+	 * SUPERNOVA, TEENAGENT, TOLTECS, ULTIMA, and PETKA engines.
 	 */
 	virtual void setShakePos(int shakeXOffset, int shakeYOffset) = 0;
 




More information about the Scummvm-git-logs mailing list