fix missing 6x1B handler

This commit is contained in:
Martin Michelsen
2023-11-08 19:01:01 -08:00
parent 38c0d975cc
commit 3ea65ccc75
+1 -1
View File
@@ -2304,7 +2304,7 @@ subcommand_handler_t subcommand_handlers[0x100] = {
/* 6x18 */ on_forward_check_size_game,
/* 6x19 */ on_forward_check_size_game,
/* 6x1A */ nullptr,
/* 6x1B */ nullptr,
/* 6x1B */ on_forward_check_size_game,
/* 6x1C */ on_forward_check_size_game,
/* 6x1D */ nullptr,
/* 6x1E */ nullptr,