From 090b47b4de11b5d90cf74b0595fc42623608ce26 Mon Sep 17 00:00:00 2001 From: julianacat Date: Sun, 4 Jun 2017 13:30:49 -0500 Subject: [PATCH] Static all the things --- src/hacks/ESP.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hacks/ESP.cpp b/src/hacks/ESP.cpp index 92595059..40ba0834 100644 --- a/src/hacks/ESP.cpp +++ b/src/hacks/ESP.cpp @@ -234,8 +234,8 @@ void DrawBones(CachedEntity* ent, int clr) { Vector scnSrt, scnEnd, boneStart, boneEnd; //Place for every bone to be "connected" to - int bonesx [17] = { 1, 2, 3, 4, 5, 5, 6, 7, 5, 9, 10, 1, 15, 16, 1, 12, 13 }; - int bonesy [17] = { 2, 3, 4, 5, 0, 6, 7, 8, 9, 10, 11, 15, 16, 17, 12, 13, 14 }; + static int bonesx [17] = { 1, 2, 3, 4, 5, 5, 6, 7, 5, 9, 10, 1, 15, 16, 1, 12, 13 }; + static int bonesy [17] = { 2, 3, 4, 5, 0, 6, 7, 8, 9, 10, 11, 15, 16, 17, 12, 13, 14 }; for (int i = 0; i < 17; i++) {