8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
|
#include "rtg_i0_generic"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
PlaySound("gui_journaladd");
|
||
|
RTG_RemoveTaskFromObject(GetPCSpeaker());
|
||
|
}
|