Removed the unused _flags variable from EngineState
svn-id: r44857
This commit is contained in:
parent
b91ae69ad2
commit
9bb73a8457
4 changed files with 5 additions and 9 deletions
|
@ -29,8 +29,8 @@
|
|||
|
||||
namespace Sci {
|
||||
|
||||
EngineState::EngineState(ResourceManager *res, Kernel *kernel, Vocabulary *voc, SciGui *gui, SciGuiCursor *cursor, uint32 flags)
|
||||
: resMan(res), _kernel(kernel), _voc(voc), _gui(gui), _cursor(cursor), _flags(flags), _dirseeker(this) {
|
||||
EngineState::EngineState(ResourceManager *res, Kernel *kernel, Vocabulary *voc, SciGui *gui, SciGuiCursor *cursor)
|
||||
: resMan(res), _kernel(kernel), _voc(voc), _gui(gui), _cursor(cursor), _dirseeker(this) {
|
||||
|
||||
gfx_state = 0;
|
||||
old_screen = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue