minor changes in source structure

svn-id: r4949
This commit is contained in:
Paweł Kołodziejski 2002-09-16 09:52:21 +00:00
parent 29811c5fad
commit ae871cd4a6
6 changed files with 16 additions and 42 deletions

View file

@ -1561,3 +1561,7 @@ void Scumm::setupGUIColors() {
_newgui->_shadowcolor = _gui->_shadowcolor;
}
}
bool Scumm::checkFixedDisk() {
return true;
}