8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
|
#include "inc_alignset"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetAlignment(GetPCSpeaker(), ALIGNMENT_CHAOTIC, ALIGNMENT_NEUTRAL);
|
||
|
}
|
||
|
|