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/mads/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads') diff --git a/engines/mads/debugger.cpp b/engines/mads/debugger.cpp index e82b39f8c2..f301b6c392 100644 --- a/engines/mads/debugger.cpp +++ b/engines/mads/debugger.cpp @@ -29,7 +29,7 @@ namespace MADS { Debugger::Debugger(MADSEngine *vm) : GUI::Debugger(), _vm(vm) { _showMousePos = false; - registerCmd("continue", WRAP_METHOD(Debugger, Cmd_Exit)); + registerCmd("continue", WRAP_METHOD(Debugger, cmdExit)); registerCmd("mouse", WRAP_METHOD(Debugger, Cmd_Mouse)); registerCmd("scene", WRAP_METHOD(Debugger, Cmd_LoadScene)); registerCmd("show_hotspots", WRAP_METHOD(Debugger, Cmd_ShowHotSpots)); -- cgit v1.2.3