From 34666ee220865a5e332515508345f067b6c16e00 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 19 Nov 2023 12:38:34 -0800 Subject: [PATCH] add missing challenge mode restart commands --- src/ReceiveSubcommands.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReceiveSubcommands.cc b/src/ReceiveSubcommands.cc index 7caa43ac..ce0c4248 100644 --- a/src/ReceiveSubcommands.cc +++ b/src/ReceiveSubcommands.cc @@ -2817,13 +2817,13 @@ subcommand_handler_t subcommand_handlers[0x100] = { /* 6x94 */ on_forward_check_size_game, /* 6x95 */ nullptr, /* 6x96 */ nullptr, - /* 6x97 */ nullptr, + /* 6x97 */ on_forward_check_size_game, /* 6x98 */ nullptr, /* 6x99 */ nullptr, /* 6x9A */ on_forward_check_size_game, /* 6x9B */ on_forward_check_size_game, /* 6x9C */ on_forward_check_size_game, - /* 6x9D */ nullptr, + /* 6x9D */ on_forward_check_size_game, /* 6x9E */ nullptr, /* 6x9F */ on_forward_check_size_game, /* 6xA0 */ on_forward_check_size_game,