From 30d64edac449cde1f1c387b817ec33446ddd4698 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 27 May 2014 02:04:08 +0200 Subject: ALL: Make Debugger command function names conform to our guidelines. --- engines/parallaction/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/debug.cpp b/engines/parallaction/debug.cpp index e4239eb786..a7087c64d7 100644 --- a/engines/parallaction/debug.cpp +++ b/engines/parallaction/debug.cpp @@ -33,7 +33,7 @@ Debugger::Debugger(Parallaction *vm) : GUI::Debugger() { _vm = vm; - registerCmd("continue", WRAP_METHOD(Debugger, Cmd_Exit)); + registerCmd("continue", WRAP_METHOD(Debugger, cmdExit)); registerCmd("location", WRAP_METHOD(Debugger, Cmd_Location)); registerCmd("give", WRAP_METHOD(Debugger, Cmd_Give)); registerCmd("zones", WRAP_METHOD(Debugger, Cmd_Zones)); -- cgit v1.2.3