mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- removed unnecessary variable clear.
This commit is contained in:
parent
99c8ba1288
commit
d2475b68d0
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue