TSAGE: Bugfix for graphics scalers not working on Ringworld

This commit is contained in:
Paul Gilbert 2011-10-31 15:22:10 +11:00
parent 58c4b4870e
commit 18e681d707

View file

@ -61,6 +61,9 @@ bool TSageEngine::hasFeature(EngineFeature f) const {
}
void TSageEngine::initialize() {
// Set up the correct graphics mode
init();
g_saver = new Saver();
// Set up the resource manager