aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2015-11-13 10:51:29 +0100
committerWillem Jan Palenstijn2015-11-13 10:51:29 +0100
commit2b310968561c4f9bea8c9732bf42a9b36e788e81 (patch)
treee67f1d3211591c0eab3821a4f0ae49e6ce3d7d7e
parent1f1ef9b6323f24842b6e871e0a2b00bfc469f46f (diff)
downloadscummvm-rg350-2b310968561c4f9bea8c9732bf42a9b36e788e81.tar.gz
scummvm-rg350-2b310968561c4f9bea8c9732bf42a9b36e788e81.tar.bz2
scummvm-rg350-2b310968561c4f9bea8c9732bf42a9b36e788e81.zip
SWORD25: Fix comment translation
-rw-r--r--engines/sword25/gfx/graphicengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp
index 1324b3e657..fd3b63aeee 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),