Removed MGT comments from Pull Request

This commit is contained in:
DavidWyand-GG 2013-01-07 12:41:31 -05:00
parent 4cebb0c406
commit 1d4b723891
3 changed files with 3 additions and 6 deletions

View file

@ -80,11 +80,10 @@ void Cleanup(bool minimal)
}
StdConsole::destroy();
//MGT: removed SDL from dedicated
#ifndef TORQUE_DEDICATED
SDL_Quit();
#endif
//MGT: end
}
//-----------------------------------------------------------------------------