8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
#include "lmpperfmisc"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return GetCurrentState() == 0
|
|
&& GetIsPC(GetPCSpeaker());
|
|
}
|