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

sev- sev at scummvm.org
Fri Nov 13 09:10:04 CET 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:
1f1ef9b632 SWORD25: Fixing typo of typo. This time for real


Commit: 1f1ef9b6323f24842b6e871e0a2b00bfc469f46f
    https://github.com/scummvm/scummvm/commit/1f1ef9b6323f24842b6e871e0a2b00bfc469f46f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2015-11-13T09:09:05+01:00

Commit Message:
SWORD25: Fixing typo of typo. This time for real

Changed paths:
    engines/sword25/gfx/graphicengine.cpp



diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp
index 513d8d3..1324b3e 100644
--- a/engines/sword25/gfx/graphicengine.cpp
+++ b/engines/sword25/gfx/graphicengine.cpp
@@ -87,7 +87,7 @@ GraphicEngine::~GraphicEngine() {
 }
 
 bool GraphicEngine::init(int width, int height, int bitDepth, int backbufferCount) {
-	// Warn when an unsupported bit depth has been selecteed.
+	// Warn when an unsupported bit depth has been selected.
 	if (bitDepth != BIT_DEPTH) {
 		warning("Can't use a bit depth of %d (not supported). Falling back to %d.", bitDepth, BIT_DEPTH);
 		_bitDepth = BIT_DEPTH;






More information about the Scummvm-git-logs mailing list