diff options
author | Willem Jan Palenstijn | 2015-11-13 10:51:29 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-11-13 10:51:29 +0100 |
commit | 2b310968561c4f9bea8c9732bf42a9b36e788e81 (patch) | |
tree | e67f1d3211591c0eab3821a4f0ae49e6ce3d7d7e /engines/sword25 | |
parent | 1f1ef9b6323f24842b6e871e0a2b00bfc469f46f (diff) | |
download | scummvm-rg350-2b310968561c4f9bea8c9732bf42a9b36e788e81.tar.gz scummvm-rg350-2b310968561c4f9bea8c9732bf42a9b36e788e81.tar.bz2 scummvm-rg350-2b310968561c4f9bea8c9732bf42a9b36e788e81.zip |
SWORD25: Fix comment translation
Diffstat (limited to 'engines/sword25')
-rw-r--r-- | engines/sword25/gfx/graphicengine.cpp | 2 |
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), |