mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 16:40:46 +00:00
- Exhumed: Remove unused local variable left over from 087aa7b2ee
.
This commit is contained in:
parent
c7d2a64af0
commit
7f1add4786
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue