move into File class
This commit is contained in:
parent
5a006d7ad9
commit
4af1c2d22b
7 changed files with 66 additions and 125 deletions
|
@ -66,7 +66,7 @@ Engine::Engine() :
|
|||
for (int i = 0; i < lastKey; i++)
|
||||
_controlsEnabled[i] = false;
|
||||
_speechMode = 3; // VOICE + TEXT
|
||||
_textSpeed = 6;
|
||||
_textSpeed = 7;
|
||||
_mode = _previousMode = ENGINE_MODE_IDLE;
|
||||
_flipEnable = true;
|
||||
_lastUpdateTime = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue