0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-22 02:40:57 +00:00

- removed unnecessary variable clear.

This commit is contained in:
Christoph Oelckers 2019-03-07 18:07:34 +01:00
parent 99c8ba1288
commit d2475b68d0

View file

@ -351,7 +351,6 @@ void player_t::CopyFrom(player_t &p, bool copyPSP)
psprites = p.psprites;
p.psprites = nullptr;
}
else psprites = nullptr;
}
size_t player_t::PropagateMark()