mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 11:42:03 +00:00
Merge branch 'master' of http://git.magicalgirl.moe/STJr/SRB2Internal.git into shield-actions
This commit is contained in:
commit
18ec4297ee
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ void A_Scream(mobj_t *actor);
|
|||
void A_Pain(mobj_t *actor);
|
||||
void A_1upThinker(mobj_t *actor);
|
||||
void A_MonitorPop(mobj_t *actor);
|
||||
void A_GoldMonitorPop(mobj_t *actor);
|
||||
void A_GoldMonitorRestore(mobj_t *actor);
|
||||
void A_GoldMonitorSparkle(mobj_t *actor);
|
||||
void A_Explode(mobj_t *actor);
|
||||
void A_BossDeath(mobj_t *actor);
|
||||
void A_CustomPower(mobj_t *actor);
|
||||
|
|
Loading…
Reference in a new issue