8 lines
124 B
Plaintext
Raw Normal View History

#include "lmpperfmisc"
int StartingConditional()
{
return GetCurrentState() == 0
&& GetIsPC(GetPCSpeaker());
}