aboutsummaryrefslogtreecommitdiff
path: root/engines/dm
diff options
context:
space:
mode:
authorStrangerke2016-07-10 12:49:38 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit9272b18329de0a13a095f26b27a18c4a9023f485 (patch)
tree1d3b84c4012ca0e28099d06e74e925ddd6a639bb /engines/dm
parentc8f6666480361e972032fe3f12a618b08815bc4f (diff)
downloadscummvm-rg350-9272b18329de0a13a095f26b27a18c4a9023f485.tar.gz
scummvm-rg350-9272b18329de0a13a095f26b27a18c4a9023f485.tar.bz2
scummvm-rg350-9272b18329de0a13a095f26b27a18c4a9023f485.zip
DM: Fix typo in comment
Diffstat (limited to 'engines/dm')
-rw-r--r--engines/dm/dungeonman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dungeonman.cpp b/engines/dm/dungeonman.cpp
index 8cb1496de1..e1a964f279 100644
--- a/engines/dm/dungeonman.cpp
+++ b/engines/dm/dungeonman.cpp
@@ -886,7 +886,7 @@ T0172010_ClosedFakeWall:
aspectArray[sideIndex + 1] = _vm->_dungeonMan->_g265_currMapInscriptionWallOrnIndex + 1;
/* BUG0_76 The same text is drawn on multiple sides of a wall square. The engine stores only a
single text to draw on a wall in a global variable. Even if different texts are placed on
-differents sides of the wall, the same text is drawn on each affected side */
+different sides of the wall, the same text is drawn on each affected side */
_vm->_displayMan->_g290_inscriptionThing = thing;
}
} else {