From 2dc4b9ed93248df6110313c199c052a42accfa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Lu=C3=ADs=20Vaz=20Silva?= Date: Fri, 3 Feb 2023 21:17:01 -0300 Subject: [PATCH] Fix formatting for P_BobWeapon3D --- src/playsim/p_pspr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/playsim/p_pspr.cpp b/src/playsim/p_pspr.cpp index 66f4c2f8c..161e09076 100644 --- a/src/playsim/p_pspr.cpp +++ b/src/playsim/p_pspr.cpp @@ -654,7 +654,8 @@ void P_BobWeapon (player_t *player, float *x, float *y, double ticfrac) *x = *y = 0; } -void P_BobWeapon3D (player_t *player, FVector3 *translation, FVector3 *rotation, double ticfrac) { +void P_BobWeapon3D (player_t *player, FVector3 *translation, FVector3 *rotation, double ticfrac) +{ IFVIRTUALPTRNAME(player->mo, NAME_PlayerPawn, BobWeapon3D) { VMValue param[] = { player->mo, ticfrac };