- Exhumed: Remove unused local variable left over from 087aa7b2ee.

This commit is contained in:
Mitchell Richters 2023-01-13 10:34:31 +11:00
parent c7d2a64af0
commit 7f1add4786

View file

@ -54,7 +54,6 @@ void DrawMap(const DVector2& pos, const DAngle yaw, const double interpfrac)
{
if (!nFreeze && automapMode != am_off)
{
auto pPlayerActor = PlayerList[nLocalPlayer].pActor;
DrawOverheadMap(pos, yaw, interpfrac);
}
}