From f154ff626bfab1493e7af19f58e650f10f28eff2 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sun, 4 Dec 2011 14:16:30 +0100 Subject: DREAMWEB: Fix kernChars --- engines/dreamweb/print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/dreamweb/print.cpp b/engines/dreamweb/print.cpp index 1057a8519b..dce5fc76be 100644 --- a/engines/dreamweb/print.cpp +++ b/engines/dreamweb/print.cpp @@ -218,7 +218,7 @@ uint8 DreamGenContext::getNumber(const Frame *charSet, const uint8 *string, uint } uint8 DreamGenContext::kernChars(uint8 firstChar, uint8 secondChar, uint8 width) { - if ((firstChar == 'a') || (al == 'u')) { + if ((firstChar == 'a') || (firstChar == 'u')) { if ((secondChar == 'n') || (secondChar == 't') || (secondChar == 'r') || (secondChar == 'i') || (secondChar == 'l')) return width-1; } -- cgit v1.2.3