[Scummvm-cvs-logs] scummvm master -> 627e6393d6deac501aa8848d0822a6d9088e61ab

m-kiewitz m_kiewitz at users.sourceforge.net
Sat Feb 13 15:49:05 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:
627e6393d6 AGI: Add another situation that needs artificial delay


Commit: 627e6393d6deac501aa8848d0822a6d9088e61ab
    https://github.com/scummvm/scummvm/commit/627e6393d6deac501aa8848d0822a6d9088e61ab
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-13T15:48:55+01:00

Commit Message:
AGI: Add another situation that needs artificial delay

Comment only
SQ1, right at the end of the asteroids

Changed paths:
    engines/agi/agi.cpp



diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index 4f18e8f..fdc294a 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -577,6 +577,7 @@ void AgiEngine::syncSoundSettings() {
 //     The NewRoom call is not done during the same cycle as the "zooming in..." print call.
 // Space Quest 1:
 //  - right at the start of the game (NewRoom)
+//  - right at the end of the asteroids "That was mighty close!" (NewRoom)
 // Space Quest 2
 //  - right at the start of the game (NewRoom)
 //  - after exiting the very first room, a message pops up, that isn't readable without it (NewRoom)






More information about the Scummvm-git-logs mailing list