mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 10:11:11 +00:00
- removed unreferenced local variable
src\dthinker.cpp(748): warning C4101: 'list': unreferenced local variable
This commit is contained in:
parent
703cb9cf4e
commit
3b3af1dfe4
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue