aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx
diff options
context:
space:
mode:
authorEugene Sandulenko2015-11-13 09:09:05 +0100
committerEugene Sandulenko2015-11-13 09:09:05 +0100
commit1f1ef9b6323f24842b6e871e0a2b00bfc469f46f (patch)
treef108388f1ccdd6084ffa75282714a7b989078ad2 /engines/sword25/gfx
parenta47ab5e1d98e6c6be3ae23b11e71911644d2bc78 (diff)
downloadscummvm-rg350-1f1ef9b6323f24842b6e871e0a2b00bfc469f46f.tar.gz
scummvm-rg350-1f1ef9b6323f24842b6e871e0a2b00bfc469f46f.tar.bz2
scummvm-rg350-1f1ef9b6323f24842b6e871e0a2b00bfc469f46f.zip
SWORD25: Fixing typo of typo. This time for real
Diffstat (limited to 'engines/sword25/gfx')
-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 513d8d345d..1324b3e657 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;