From 5f79db5d9d815497b0ceb6ddd1c373e2b182d11d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 21 Aug 2008 14:52:55 +0000 Subject: Fixed warning. svn-id: r34086 --- engines/parallaction/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h index 0d0194cdc7..1110e1da87 100644 --- a/engines/parallaction/input.h +++ b/engines/parallaction/input.h @@ -80,7 +80,7 @@ public: kInputModeComment = 1, kInputModeDialogue = 2, kInputModeInventory = 3, - kInputModeMenu = 4, + kInputModeMenu = 4 }; -- cgit v1.2.3