Remove unused var

This commit is contained in:
NepDisk 2025-09-13 14:19:17 -04:00
parent 14052daede
commit dd1790749e

View file

@ -2593,7 +2593,6 @@ increment_move
{
//All things are affected by their scale.
fixed_t maxstep = g_tm.maxstep;
fixed_t stepheight = 0;
if (thing->type == MT_SKIM)
maxstep = 0;