aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/input.cpp
diff options
context:
space:
mode:
authorMax Horn2008-09-01 20:19:28 +0000
committerMax Horn2008-09-01 20:19:28 +0000
commit2a06141644d06e06d0b9c851f3c120dcdd076c24 (patch)
treef0888f39be8f2ab7e80b38d891e588adf269a5b4 /engines/saga/input.cpp
parent10a8cdee390698cdc38b1ca28077e39b29ef53f2 (diff)
parent852bc9dbb750b9995d31e70f4158c97d3758c46f (diff)
downloadscummvm-rg350-2a06141644d06e06d0b9c851f3c120dcdd076c24.tar.gz
scummvm-rg350-2a06141644d06e06d0b9c851f3c120dcdd076c24.tar.bz2
scummvm-rg350-2a06141644d06e06d0b9c851f3c120dcdd076c24.zip
Merging more of the GSoC 2008 RTL branch: SAGA
svn-id: r34252
Diffstat (limited to 'engines/saga/input.cpp')
-rw-r--r--engines/saga/input.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/saga/input.cpp b/engines/saga/input.cpp
index ac80d87dd0..61b729b701 100644
--- a/engines/saga/input.cpp
+++ b/engines/saga/input.cpp
@@ -141,9 +141,6 @@ int SagaEngine::processInput() {
break;
case Common::EVENT_MOUSEMOVE:
break;
- case Common::EVENT_QUIT:
- shutDown();
- break;
default:
break;
}