- removed unreferenced local variable

src\dthinker.cpp(748): warning C4101: 'list': unreferenced local variable
This commit is contained in:
alexey.lysiuk 2019-01-15 15:56:55 +02:00
parent 703cb9cf4e
commit 3b3af1dfe4

View file

@ -745,8 +745,6 @@ void DThinker::PostSerialize()
void DThinker::ChangeStatNum (int statnum)
{
FThinkerList *list;
FThinkerCollection *collection = &Thinkers; //Todo: get from level
if ((unsigned)statnum > MAX_STATNUM)