PARALLACTION: Cleanup object initialization

This commit is contained in:
Eugene Sandulenko 2016-05-28 15:21:47 +02:00
parent 829e62a9fe
commit b16c5439b0
19 changed files with 82 additions and 21 deletions

View file

@ -32,6 +32,7 @@ namespace Parallaction {
Debugger::Debugger(Parallaction *vm)
: GUI::Debugger() {
_vm = vm;
_mouseState = MOUSE_ENABLED_SHOW;
registerCmd("continue", WRAP_METHOD(Debugger, cmdExit));
registerCmd("location", WRAP_METHOD(Debugger, Cmd_Location));