From 6268abe2c327d043a71f0f8d96653d702b148b89 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Wed, 16 Sep 2015 19:21:58 -0400 Subject: [PATCH] Untab #ifdef's --- extensions/cstrike/forwards.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)