diff options
author | Johannes Schickel | 2006-01-08 20:10:39 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-01-08 20:10:39 +0000 |
commit | 7a05a80b8f01800570db737f68ae415db152c3bd (patch) | |
tree | 29b9de99d6eb77cbf15a3d523a269f1153ed896f | |
parent | 70dfe93ed707a5d1cb9dc45257cc51c7e4228b8f (diff) | |
download | scummvm-rg350-7a05a80b8f01800570db737f68ae415db152c3bd.tar.gz scummvm-rg350-7a05a80b8f01800570db737f68ae415db152c3bd.tar.bz2 scummvm-rg350-7a05a80b8f01800570db737f68ae415db152c3bd.zip |
Fixed savefile loading.
svn-id: r19952
-rw-r--r-- | kyra/saveload.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kyra/saveload.cpp b/kyra/saveload.cpp index f4fc523fcb..65a4297d84 100644 --- a/kyra/saveload.cpp +++ b/kyra/saveload.cpp @@ -64,10 +64,6 @@ void KyraEngine::loadGame(const char *fileName) { warning("can not load cdrom savefile for this (non cdrom) gameversion!"); delete in; return; - } else { - warning("unknown savefile!"); - delete in; - return; } } else { warning("Make sure your savefile was from this version! (too old savefile version to detect that)"); |