remove "done" folders, label "bs/droneenter, bs/dronelook, and bs/dronevanish files and functions"
This commit is contained in:
14
src/core1/audio/code_219D0.c
Normal file
14
src/core1/audio/code_219D0.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
|
||||
void func_8025F3F0(ALCSPlayer *seqp, f32 arg1, f32 arg2)
|
||||
{
|
||||
ALEvent evt;
|
||||
|
||||
evt.type = AL_UNK18_EVT; //event type not listed;
|
||||
evt.msg.unk18.unk0 = arg1;
|
||||
evt.msg.unk18.unk4 = arg2;
|
||||
alEvtqPostEvent(&seqp->evtq, &evt, 0);
|
||||
}
|
Reference in New Issue
Block a user