Pedantic cleanup
svn-id: r17490
This commit is contained in:
parent
81e34e9110
commit
d7c1017fe4
3 changed files with 4 additions and 2 deletions
|
@ -962,7 +962,7 @@ void ResourceManager::resourceStats() {
|
|||
debug(1, "Total allocated size=%d, locked=%d(%d)", _allocatedSize, lockedSize, lockedNum);
|
||||
}
|
||||
|
||||
void ScummEngine::readMAXS(int blockSize) {
|
||||
void ScummEngine_v5::readMAXS(int blockSize) {
|
||||
debug(9, "readMAXS: MAXS has blocksize %d", blockSize);
|
||||
|
||||
_numVariables = _fileHandle->readUint16LE(); // 800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue