mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Removed unused code
svn-id: r36210
This commit is contained in:
parent
d1b71335d6
commit
e504c0d8ab
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user