From 737b9bc632e1d70ae331a53b07411f9efd6c9eee Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 31 Aug 2010 11:27:01 +0000 Subject: SCI: Remove duplicate comment line. svn-id: r52468 --- engines/sci/sci.cpp | 1 - 1 file changed, 1 deletion(-) 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 @@ -274,7 +274,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) { -- cgit v1.2.3