[Scummvm-cvs-logs] scummvm master -> 85b3581cef4d51cdc910f5d23716ee4c9bc4245c

eriktorbjorn eriktorbjorn at telia.com
Sun May 31 09:20:04 CEST 2015


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:
85b3581cef TSAGE: Fix typo in comment


Commit: 85b3581cef4d51cdc910f5d23716ee4c9bc4245c
    https://github.com/scummvm/scummvm/commit/85b3581cef4d51cdc910f5d23716ee4c9bc4245c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-05-31T09:18:30+02:00

Commit Message:
TSAGE: Fix typo in comment

Changed paths:
    engines/tsage/core.cpp



diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index c1c4c27..d4068c2 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -1465,7 +1465,7 @@ void ScenePalette::fade(const byte *adjustData, bool fullAdjust, int percent) {
 			adjustData += 3;
 	}
 
-	// Set the altered pale4tte
+	// Set the altered palette
 	g_system->getPaletteManager()->setPalette((const byte *)&tempPalette[0], 0, 256);
 	GLOBALS._screenSurface.updateScreen();
 }






More information about the Scummvm-git-logs mailing list