8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = (GetIsDM(GetPCSpeaker()) ==TRUE);
|
||
|
return iResult;
|
||
|
}
|