From d1ca3ef99422c24fbc527029de1fff8109887e59 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 28 Jan 2019 15:20:02 +0100 Subject: [PATCH] - added braces as per XCode's suggestion. --- src/am_map.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/am_map.cpp b/src/am_map.cpp index 2a603be7b..d00b4fb75 100644 --- a/src/am_map.cpp +++ b/src/am_map.cpp @@ -809,9 +809,9 @@ static TArray CheatKey; static TArray EasyKey; static std::array thintriangle_guy = { { - {-.5,-.7, 1,0}, - {1,0, -.5,.7}, - {-.5,.7, -.5,-.7} + {{-.5,-.7}, {1,0}}, + {{1,0}, {-.5,.7}}, + {{-.5,.7}, {-.5,-.7}} } }; //=============================================================================