diff --git a/extensions/cstrike/forwards.cpp b/extensions/cstrike/forwards.cpp index c7fae457..794821c1 100644 --- a/extensions/cstrike/forwards.cpp +++ b/extensions/cstrike/forwards.cpp @@ -122,9 +122,9 @@ DETOUR_DECL_MEMBER1(DetourTerminateRound, void, int, reason) cell_t result = Pl_Continue; - #if SOURCE_ENGINE == SE_CSGO +#if SOURCE_ENGINE == SE_CSGO reason--; - #endif +#endif g_pTerminateRoundForward->PushFloatByRef(&delay); g_pTerminateRoundForward->PushCellByRef(&reason); @@ -133,9 +133,9 @@ DETOUR_DECL_MEMBER1(DetourTerminateRound, void, int, reason) if (result >= Pl_Handled) return; - #if SOURCE_ENGINE == SE_CSGO +#if SOURCE_ENGINE == SE_CSGO reason++; - #endif +#endif #if SOURCE_ENGINE != SE_CSGO || !defined(WIN32) if (result == Pl_Changed)