From 9272b18329de0a13a095f26b27a18c4a9023f485 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 10 Jul 2016 12:49:38 +0200 Subject: [PATCH] DM: Fix typo in comment --- engines/dm/dungeonman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/dm/dungeonman.cpp b/engines/dm/dungeonman.cpp index 8cb1496de16..e1a964f2792 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 {