aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-01-09 21:36:20 +0000
committerAndrew Kurushin2005-01-09 21:36:20 +0000
commit7a8e1c1efd72bd5bb9aa3db8f6cbb4ca39ca8c0f (patch)
treebc619e72feb6abfa299835881a3b41c58ae88f1b /saga/saga.cpp
parentce9f5bd29ae2ae07091cec57a8e3bb725ede68d7 (diff)
downloadscummvm-rg350-7a8e1c1efd72bd5bb9aa3db8f6cbb4ca39ca8c0f.tar.gz
scummvm-rg350-7a8e1c1efd72bd5bb9aa3db8f6cbb4ca39ca8c0f.tar.bz2
scummvm-rg350-7a8e1c1efd72bd5bb9aa3db8f6cbb4ca39ca8c0f.zip
small fixes:
- actor barrier rects - unreachable code svn-id: r16510
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 0c03d9f0c0..5ce9f8a164 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -258,7 +258,7 @@ int SagaEngine::go() {
_system->delayMillis(10);
}
- return 0;
+ //return 0;
}
void SagaEngine::shutdown() {