aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/saga.cpp')
-rw-r--r--engines/saga/saga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index 7386b6dd10..84d151223f 100644
--- a/engines/saga/saga.cpp
+++ b/engines/saga/saga.cpp
@@ -169,7 +169,7 @@ Common::Error SagaEngine::run() {
if (_readingSpeed > 3)
_readingSpeed = 0;
- switch(getGameId()) {
+ switch (getGameId()) {
case GID_ITE:
_resource = new Resource_RSC(this);
break;