From ce2f04ef120d0652b80cf64fd1a33fb384b1a3fa Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Tue, 24 Jan 2023 18:54:17 +0100 Subject: [PATCH] Small renaming --- src/client/component/party.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/party.cpp b/src/client/component/party.cpp index 83523d8f..9b9e42e2 100644 --- a/src/client/component/party.cpp +++ b/src/client/component/party.cpp @@ -31,7 +31,7 @@ namespace party return server_queries; } - void stop_zombies_intro_when_needed() + void stop_zombies_intro_if_needed() { if (game::Com_SessionMode_GetMode() != game::MODE_ZOMBIES) { @@ -58,7 +58,7 @@ namespace party game::XSESSION_INFO info{}; game::CL_ConnectFromLobby(0, &info, &addr, 1, 0, mapname.data(), gamemode.data()); - stop_zombies_intro_when_needed(); + stop_zombies_intro_if_needed(); } void launch_mode(const game::eModes mode)