diff options
| author | Filippos Karapetis | 2009-02-03 17:02:57 +0000 | 
|---|---|---|
| committer | Filippos Karapetis | 2009-02-03 17:02:57 +0000 | 
| commit | e504c0d8abb53d934c090c1b0cc10d43c2293bcd (patch) | |
| tree | a90b602a2777a0d70f367f7e7dc3b675cbab9510 | |
| parent | d1b71335d65912a75e1f2bea4d56c73ba5400efc (diff) | |
| download | scummvm-rg350-e504c0d8abb53d934c090c1b0cc10d43c2293bcd.tar.gz scummvm-rg350-e504c0d8abb53d934c090c1b0cc10d43c2293bcd.tar.bz2 scummvm-rg350-e504c0d8abb53d934c090c1b0cc10d43c2293bcd.zip | |
Removed unused code
svn-id: r36210
| -rw-r--r-- | engines/saga/script.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/engines/saga/script.cpp b/engines/saga/script.cpp index cf1cf84b24..a850e59252 100644 --- a/engines/saga/script.cpp +++ b/engines/saga/script.cpp @@ -108,11 +108,6 @@ SAGA1Script::SAGA1Script(SagaEngine *vm) : Script(vm) {  		memoryError("Script::Script()");  	} -	// Do nothing for SAGA2 games for now -	if (_vm->isSaga2()) { -		return; -	} -  	// Convert LUT resource to logical LUT  	MemoryReadStreamEndian scriptS(resourcePointer, resourceLength, resourceContext->isBigEndian);  	for (i = 0; i < _modulesCount; i++) { | 
