From fced5f7adf3475c649736885fc73f3936a3f06a2 Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:23:31 +0200 Subject: [PATCH] Fix compilation. --- r5dev/engine/host_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/engine/host_state.cpp b/r5dev/engine/host_state.cpp index 1e13487f..a3043e4e 100644 --- a/r5dev/engine/host_state.cpp +++ b/r5dev/engine/host_state.cpp @@ -363,7 +363,7 @@ FORCEINLINE void CHostState::State_ChangeLevelSP(void) //----------------------------------------------------------------------------- FORCEINLINE void CHostState::State_ChangeLevelMP(void) { - DevMsg(eDLL_T::ENGINE, "%s - Changing multiplayer level to: '%s'\n", __FUNCTION__ m_levelName); + DevMsg(eDLL_T::ENGINE, "%s - Changing multiplayer level to: '%s'\n", __FUNCTION__, m_levelName); m_flShortFrameTime = 0.5; // Set frame time. #ifndef CLIENT_DLL