aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-08-21 14:52:55 +0000
committerTorbjörn Andersson2008-08-21 14:52:55 +0000
commit5f79db5d9d815497b0ceb6ddd1c373e2b182d11d (patch)
tree9cda8bf4222e2adb997b19c942fb4b5699849512
parent4d6101cff9ac0f9412f4e0e6fc00dc5c0edbf0ab (diff)
downloadscummvm-rg350-5f79db5d9d815497b0ceb6ddd1c373e2b182d11d.tar.gz
scummvm-rg350-5f79db5d9d815497b0ceb6ddd1c373e2b182d11d.tar.bz2
scummvm-rg350-5f79db5d9d815497b0ceb6ddd1c373e2b182d11d.zip
Fixed warning.
svn-id: r34086
-rw-r--r--engines/parallaction/input.h2
1 files changed, 1 insertions, 1 deletions
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
};