[Scummvm-git-logs] scummvm master -> 7891b84adf5fef2b34af2e5c9a242561ac370721

bluegr noreply at scummvm.org
Mon Nov 13 00:41:37 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7891b84adf GOB: add continue to GobConsole


Commit: 7891b84adf5fef2b34af2e5c9a242561ac370721
    https://github.com/scummvm/scummvm/commit/7891b84adf5fef2b34af2e5c9a242561ac370721
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-11-13T02:41:32+02:00

Commit Message:
GOB: add continue to GobConsole

Changed paths:
    engines/gob/console.cpp


diff --git a/engines/gob/console.cpp b/engines/gob/console.cpp
index 0119fe9c2cc..38c2b8812af 100644
--- a/engines/gob/console.cpp
+++ b/engines/gob/console.cpp
@@ -28,6 +28,7 @@
 namespace Gob {
 
 GobConsole::GobConsole(GobEngine *vm) : GUI::Debugger(), _vm(vm), _cheater(nullptr) {
+	registerCmd("continue",     WRAP_METHOD(GobConsole, cmdExit));
 	registerCmd("varSize",      WRAP_METHOD(GobConsole, cmd_varSize));
 	registerCmd("dumpVars",     WRAP_METHOD(GobConsole, cmd_dumpVars));
 	registerCmd("var8",         WRAP_METHOD(GobConsole, cmd_var8));




More information about the Scummvm-git-logs mailing list