From 5e2d3f5c4693f3bf05d1b05a5824af0806675aea Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 1 Sep 2022 22:12:53 +0200 Subject: [PATCH] - deleted unused variables from Duke's DrawAutomapPlayer --- source/games/duke/src/game_misc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/games/duke/src/game_misc.cpp b/source/games/duke/src/game_misc.cpp index 5ae0a2d06..8605a78fc 100644 --- a/source/games/duke/src/game_misc.cpp +++ b/source/games/duke/src/game_misc.cpp @@ -389,9 +389,9 @@ bool GameInterface::DrawAutomapPlayer(int mx, int my, int cposx, int cposy, cons { DVector2 b1, b2, b3, b4, v1, v2, v3, v4; DAngle an; - int i, j, k, l, x1, y1, x2, y2, x3, y3, x4, y4, ox, oy, xoff, yoff; - int dax, day, cosang, sinang, xspan, yspan, sprx, spry; - int xrepeat, yrepeat, tilenum; + int i, j, xoff, yoff; + int xspan, yspan, sprx, spry; + int tilenum; int xvect, yvect; int p; PalEntry col;