From 05dcc0edfcf4f22dfd72c779bbd450b4e7319f80 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 22 Dec 2023 15:29:01 -0800 Subject: [PATCH] remove note about Ep3 6x70 --- src/CommandFormats.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 949c88a0..0520023a 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -4673,8 +4673,6 @@ struct G_SetQuestFlags_6x6F { // 6x70: Sync player disp data and inventory (used while loading into game) // Annoyingly, they didn't use the same format as the 65/67/68 commands here, // and instead rearranged a bunch of things. -// Episode 3 does not send this command, since the relevant data is sent to the -// joining player in the 64 command instead. struct Telepipe { /* 00 */ le_uint16_t client_id;