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