6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
void main()
|
|
{
|
|
float fFacing = GetFacing(OBJECT_SELF);
|
|
SetFacing(fFacing);
|
|
}
|