From 44f622c64441495f34812f71df3b7175d9ba4162 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 28 Jan 2019 15:41:52 +0100 Subject: [PATCH] - more XCode warnings fixed. --- src/am_map.cpp | 10 ++++++---- src/g_level.cpp | 2 +- src/umapinfo.cpp | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/am_map.cpp b/src/am_map.cpp index d00b4fb75..93682dee1 100644 --- a/src/am_map.cpp +++ b/src/am_map.cpp @@ -2671,14 +2671,15 @@ void DAutomap::rotatePoint (double *x, double *y) void DAutomap::drawLineCharacter(const mline_t *lineguy, size_t lineguylines, double scale, DAngle angle, const AMColor &color, double x, double y) { - int i; mline_t l; - for (i=0;iBossActions[mape->BossActions.Reserve(1)]; - bossact = { type, special | 0x40000000, tag }; + bossact = { type, special | 0x40000000, {tag} }; }; } }