From 2cc6a85d4bb3181445f6d779eb20221fe8f1e4cf Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 28 Apr 2024 15:33:40 -0700 Subject: [PATCH] add missing initializer --- src/Lobby.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Lobby.cc b/src/Lobby.cc index d0f42567..5593714a 100644 --- a/src/Lobby.cc +++ b/src/Lobby.cc @@ -504,6 +504,7 @@ void Lobby::create_ep3_server() { .card_index = is_nte ? s->ep3_card_index_trial : s->ep3_card_index, .map_index = s->ep3_map_index, .behavior_flags = s->ep3_behavior_flags, + .opt_rand_stream = nullptr, .opt_rand_crypt = this->opt_rand_crypt, .tournament = tourn, .trap_card_ids = s->ep3_trap_card_ids,