mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 16:40:46 +00:00
- Duke: Remove unnecessary playrunning()
test within a loop.
This commit is contained in:
parent
130c5315e9
commit
e6cffbaefb
1 changed files with 7 additions and 10 deletions
|
@ -89,8 +89,6 @@ void GameInterface::Ticker()
|
|||
movedummyplayers();//ST 13
|
||||
|
||||
for (int i = connecthead; i >= 0; i = connectpoint2[i])
|
||||
{
|
||||
if (playrunning())
|
||||
{
|
||||
auto p = &ps[i];
|
||||
if (p->pals.a > 0)
|
||||
|
@ -101,7 +99,6 @@ void GameInterface::Ticker()
|
|||
fi.processinput(i);
|
||||
fi.checksectors(i);
|
||||
}
|
||||
}
|
||||
|
||||
fi.think();
|
||||
|
||||
|
|
Loading…
Reference in a new issue