From c4e33211dd070d3c33be3a4d9031d154669acc2f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 10 Aug 2009 17:17:19 +0000 Subject: Typo. svn-id: r43211 --- engines/kyra/items_lok.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/kyra/items_lok.cpp b/engines/kyra/items_lok.cpp index 0dd854c582..543cdf7a57 100644 --- a/engines/kyra/items_lok.cpp +++ b/engines/kyra/items_lok.cpp @@ -914,7 +914,7 @@ int KyraEngine_LoK::getItemListIndex(uint16 item) { if (_flags.platform != Common::kPlatformAmiga) return item; - // "Unkown item" is at 81. + // "Unknown item" is at 81. if (item == 0xFFFF || item == 0xFF) return 81; // The first item names are mapped directly @@ -963,6 +963,7 @@ int KyraEngine_LoK::getItemListIndex(uint16 item) { else if (item >= 95) return item - 25; + // This should never happen, but still GCC warns about it. return 81; } -- cgit v1.2.3