mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games that has word-aligned resources
svn-id: r44775
This commit is contained in:
parent
f1cb78673a
commit
633463b1dd
@ -854,7 +854,7 @@ ResourceManager::ResVersion ResourceManager::detectVolVersion() {
|
||||
} else if (curVersion == kResVersionSci1Late) {
|
||||
curVersion = kResVersionSci11;
|
||||
} else if (curVersion == kResVersionSci11 && !sci11Align) {
|
||||
// Later versions have resources word-aligned
|
||||
// Later versions (e.g. QFG1VGA) have resources word-aligned
|
||||
sci11Align = true;
|
||||
} else if (curVersion == kResVersionSci11) {
|
||||
curVersion = kResVersionSci32;
|
||||
|
Loading…
Reference in New Issue
Block a user