Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places

svn-id: r45176
This commit is contained in:
Filippos Karapetis 2009-10-16 23:29:00 +00:00
parent 0479964ad7
commit e4c23834dd
34 changed files with 21 additions and 120 deletions

View file

@ -132,8 +132,8 @@ Common::Error SciEngine::run() {
return Common::kUnknownError;
// Gui change
//_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor); // new
_gamestate->_gui = new SciGui32(_gamestate, screen, palette, cursor); // old
_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor); // new
//_gamestate->_gui = new SciGui32(_gamestate, screen, palette, cursor); // old
if (game_init(_gamestate)) { /* Initialize */
warning("Game initialization failed: Aborting...");