- removed the level assignment in ChangeStatNum.

This would just overwrite what got set before
This commit is contained in:
Christoph Oelckers 2019-01-13 13:57:52 +01:00
parent c2a78bbd21
commit 2200e68794

View file

@ -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;