[Scummvm-cvs-logs] scummvm master -> 1a542ae82c941353fb135aac8c0c2a0b4b6df3e7

sev- sev at scummvm.org
Thu Feb 18 17:46:00 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:
1a542ae82c AGI: Add missed comma


Commit: 1a542ae82c941353fb135aac8c0c2a0b4b6df3e7
    https://github.com/scummvm/scummvm/commit/1a542ae82c941353fb135aac8c0c2a0b4b6df3e7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-18T17:43:38+01:00

Commit Message:
AGI: Add missed comma

Changed paths:
    engines/agi/appleIIgs_timedelay_overwrite.h



diff --git a/engines/agi/appleIIgs_timedelay_overwrite.h b/engines/agi/appleIIgs_timedelay_overwrite.h
index 9fcf318..0502593 100644
--- a/engines/agi/appleIIgs_timedelay_overwrite.h
+++ b/engines/agi/appleIIgs_timedelay_overwrite.h
@@ -52,7 +52,7 @@ static const AgiAppleIIgsDelayOverwriteRoomEntry appleIIgsDelayOverwriteMH1[] =
 	//{ 153, 153,  2, false }, // Intro w/ credits
 	//{ 104, 104,  2, false }, // Intro cutscene
 	//{ 117, 117,  2, false }, // Intro cutscene (ego waking up)
-	{ 114, 114  -1, false }, // interactive MAD map
+	{ 114, 114, -1, false }, // interactive MAD map
 	{ 124, 125, -1, false }, // MAD during intro (tracking), seem to work properly at given speed
 	{ 132, 133, -1, false }, // MAD day 2 intro (tracking)
 	{ 137, 137, -1, false }, // Night Club 4th arcade game - game sets speed to 7






More information about the Scummvm-git-logs mailing list