diff options
author | Johannes Schickel | 2013-11-27 19:03:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-11-27 19:03:23 +0100 |
commit | 3318c4e4ac04055a2d5aaf3683fd66f50b0fc5a2 (patch) | |
tree | 30d4a6433f89ecbcb0b98dff178bf911fd14b683 /engines/scumm | |
parent | d8d6faff019b681c80f5e22a0e4266ecfa78f55c (diff) | |
download | scummvm-rg350-3318c4e4ac04055a2d5aaf3683fd66f50b0fc5a2.tar.gz scummvm-rg350-3318c4e4ac04055a2d5aaf3683fd66f50b0fc5a2.tar.bz2 scummvm-rg350-3318c4e4ac04055a2d5aaf3683fd66f50b0fc5a2.zip |
SCUMM: Slight cleanup in detection.cpp.
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 170ca0993c..d2fd00762b 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -1223,8 +1223,8 @@ const char *ScummMetaEngine::getOriginalCopyright() const { } namespace Scumm { - extern bool getSavegameName(Common::InSaveFile *in, Common::String &desc, int heversion); -} +bool getSavegameName(Common::InSaveFile *in, Common::String &desc, int heversion); +} // End of namespace Scumm int ScummMetaEngine::getMaximumSaveSlot() const { return 99; } |