Untab #ifdef's
This commit is contained in:
parent
6aa776eab7
commit
6268abe2c3
@ -122,9 +122,9 @@ DETOUR_DECL_MEMBER1(DetourTerminateRound, void, int, reason)
|
|||||||
|
|
||||||
cell_t result = Pl_Continue;
|
cell_t result = Pl_Continue;
|
||||||
|
|
||||||
#if SOURCE_ENGINE == SE_CSGO
|
#if SOURCE_ENGINE == SE_CSGO
|
||||||
reason--;
|
reason--;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
g_pTerminateRoundForward->PushFloatByRef(&delay);
|
g_pTerminateRoundForward->PushFloatByRef(&delay);
|
||||||
g_pTerminateRoundForward->PushCellByRef(&reason);
|
g_pTerminateRoundForward->PushCellByRef(&reason);
|
||||||
@ -133,9 +133,9 @@ DETOUR_DECL_MEMBER1(DetourTerminateRound, void, int, reason)
|
|||||||
if (result >= Pl_Handled)
|
if (result >= Pl_Handled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#if SOURCE_ENGINE == SE_CSGO
|
#if SOURCE_ENGINE == SE_CSGO
|
||||||
reason++;
|
reason++;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SOURCE_ENGINE != SE_CSGO || !defined(WIN32)
|
#if SOURCE_ENGINE != SE_CSGO || !defined(WIN32)
|
||||||
if (result == Pl_Changed)
|
if (result == Pl_Changed)
|
||||||
|
Loading…
Reference in New Issue
Block a user