[Scummvm-cvs-logs] scummvm master -> 5cd7ad8622d9e131a5bbdc167c16efa6ca29b686

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Feb 2 20:41:33 CET 2016


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:
5cd7ad8622 AGI: code formatting


Commit: 5cd7ad8622d9e131a5bbdc167c16efa6ca29b686
    https://github.com/scummvm/scummvm/commit/5cd7ad8622d9e131a5bbdc167c16efa6ca29b686
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-02T20:41:11+01:00

Commit Message:
AGI: code formatting

Changed paths:
    engines/agi/view.cpp



diff --git a/engines/agi/view.cpp b/engines/agi/view.cpp
index 0c6cce4..ac3e60e 100644
--- a/engines/agi/view.cpp
+++ b/engines/agi/view.cpp
@@ -627,8 +627,7 @@ void AgiEngine::updateScreenObjTable() {
 
 		// AGI 2.272 (ddp, xmas) doesn't test step_time_count!
 		if (loopNr != 4 && loopNr != screenObj->currentLoopNr) {
-			if (getVersion() <= 0x2272 ||
-			        screenObj->stepTimeCount == 1) {
+			if (getVersion() <= 0x2272 || screenObj->stepTimeCount == 1) {
 				setLoop(screenObj, loopNr);
 			}
 		}






More information about the Scummvm-git-logs mailing list