TSAGE: Bugfix for graphics scalers not working on Ringworld
This commit is contained in:
parent
58c4b4870e
commit
18e681d707
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue