[Scummvm-cvs-logs] scummvm master -> 2b310968561c4f9bea8c9732bf42a9b36e788e81

wjp wjp at usecode.org
Fri Nov 13 10:54:11 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:
2b31096856 SWORD25: Fix comment translation


Commit: 2b310968561c4f9bea8c9732bf42a9b36e788e81
    https://github.com/scummvm/scummvm/commit/2b310968561c4f9bea8c9732bf42a9b36e788e81
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2015-11-13T10:51:29+01:00

Commit Message:
SWORD25: Fix comment translation

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



diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp
index 1324b3e..fd3b63a 100644
--- a/engines/sword25/gfx/graphicengine.cpp
+++ b/engines/sword25/gfx/graphicengine.cpp
@@ -60,7 +60,7 @@ enum {
 
 namespace Sword25 {
 
-static const uint FRAMETIME_SAMPLE_COUNT = 5;       // Number of frame periods in average per number of frames
+static const uint FRAMETIME_SAMPLE_COUNT = 5;       // Frame duration is averaged over FRAMETIME_SAMPLE_COUNT frames
 
 GraphicEngine::GraphicEngine(Kernel *pKernel) :
 	_width(0),






More information about the Scummvm-git-logs mailing list