PARALLACTION: Cleanup object initialization
This commit is contained in:
parent
829e62a9fe
commit
b16c5439b0
19 changed files with 82 additions and 21 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue