mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 10:11:11 +00:00
- removed the level assignment in ChangeStatNum.
This would just overwrite what got set before
This commit is contained in:
parent
c2a78bbd21
commit
2200e68794
1 changed files with 0 additions and 2 deletions
|
@ -367,8 +367,6 @@ void DThinker::ChangeStatNum (int statnum)
|
|||
{
|
||||
FThinkerList *list;
|
||||
|
||||
Level = currentSession == nullptr ? nullptr : currentSession->Levelinfo[0]; // fixme later.
|
||||
|
||||
if ((unsigned)statnum > MAX_STATNUM)
|
||||
{
|
||||
statnum = MAX_STATNUM;
|
||||
|
|
Loading…
Reference in a new issue