Removed yet another unused reference to OSystem
svn-id: r44708
This commit is contained in:
parent
5e9820cc6f
commit
1481c78d1a
3 changed files with 4 additions and 5 deletions
|
@ -46,7 +46,7 @@ SciGui::SciGui(OSystem *system, EngineState *state, SciGuiScreen *screen)
|
|||
_sysTicks = 0;
|
||||
|
||||
_palette = new SciGuiPalette(_s, this, _screen);
|
||||
_gfx = new SciGuiGfx(_system, _s, _screen, _palette);
|
||||
_gfx = new SciGuiGfx(_s, _screen, _palette);
|
||||
_windowMgr = new SciGuiWindowMgr(_s, _gfx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue