GUI: Initialized more variables
This commit is contained in:
parent
ad50a1471a
commit
eda31b9498
2 changed files with 10 additions and 0 deletions
|
@ -456,6 +456,15 @@ bool EEHandler::handleKeyDown(Common::KeyState &state) {
|
|||
|
||||
EE::EE() {
|
||||
init();
|
||||
|
||||
_scale = 1.0;
|
||||
_windowW = 320;
|
||||
_windowH = 200;
|
||||
_windowX = _windowY = 0;
|
||||
|
||||
_format = g_system->getOverlayFormat();
|
||||
|
||||
_colorBlack = _colorBlue = _colorOrange = _colorKey = 0;
|
||||
}
|
||||
|
||||
EE::~EE() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue