diff options
author | Johannes Schickel | 2010-08-31 11:27:01 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-08-31 11:27:01 +0000 |
commit | 737b9bc632e1d70ae331a53b07411f9efd6c9eee (patch) | |
tree | 2f0315e19b761fd06234e37dedf823303bb4e98e /engines | |
parent | 839945795e25fee251c76e7d88b2a667a8349252 (diff) | |
download | scummvm-rg350-737b9bc632e1d70ae331a53b07411f9efd6c9eee.tar.gz scummvm-rg350-737b9bc632e1d70ae331a53b07411f9efd6c9eee.tar.bz2 scummvm-rg350-737b9bc632e1d70ae331a53b07411f9efd6c9eee.zip |
SCI: Remove duplicate comment line.
svn-id: r52468
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sci.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 03d065258d..1f53d5ec18 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -275,7 +275,6 @@ Common::Error SciEngine::run() { } // Check whether loading a savestate was requested - // Check whether loading a savestate was requested int directSaveSlotLoading = ConfMan.getInt("save_slot"); if (directSaveSlotLoading >= 0) { // call GameObject::play (like normally) |