diff options
| author | Johannes Schickel | 2008-03-17 18:13:28 +0000 | 
|---|---|---|
| committer | Johannes Schickel | 2008-03-17 18:13:28 +0000 | 
| commit | c7ede8337e783c6e289bed4ce6a11ebba1c987b5 (patch) | |
| tree | 548032e0aca9e45cb5144b359a3818dd86eb0a78 /engines/kyra/timer.cpp | |
| parent | 91a800cf028d46822536d1760ab1bc1b679b86c4 (diff) | |
| download | scummvm-rg350-c7ede8337e783c6e289bed4ce6a11ebba1c987b5.tar.gz scummvm-rg350-c7ede8337e783c6e289bed4ce6a11ebba1c987b5.tar.bz2 scummvm-rg350-c7ede8337e783c6e289bed4ce6a11ebba1c987b5.zip | |
Let Kyra1 and Kyra2 use a common savegame version number. (cleanup)
svn-id: r31155
Diffstat (limited to 'engines/kyra/timer.cpp')
| -rw-r--r-- | engines/kyra/timer.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/engines/kyra/timer.cpp b/engines/kyra/timer.cpp index 62e64773c8..c0f47111c6 100644 --- a/engines/kyra/timer.cpp +++ b/engines/kyra/timer.cpp @@ -198,9 +198,6 @@ void TimerManager::disable(uint8 id) {  void TimerManager::loadDataFromFile(Common::InSaveFile *file, int version) {  	debugC(9, kDebugLevelTimer, "TimerManager::loadDataFromFile(%p, %d)", (const void*)file, version); -	if (_vm->game() != GI_KYRA1) -		version += 7; -  	if (version <= 7) {  		_nextRun = 0;  		for (int i = 0; i < 32; ++i) { | 
