Skip to content

Commit

Permalink
Merge addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Jan 9, 2025
1 parent 45cc43b commit b7c12f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/f_finale.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,14 +588,6 @@ static int F_RandomizeSound (int sound)
}
}

extern void A_BruisAttack(); extern void A_BspiAttack(); extern void A_CPosAttack();
extern void A_CPosRefire(); extern void A_CyberAttack(); extern void A_FatAttack1();
extern void A_FatAttack2(); extern void A_FatAttack3(); extern void A_HeadAttack();
extern void A_PainAttack(); extern void A_PosAttack(); extern void A_SargAttack();
extern void A_SkelFist(); extern void A_SkelMissile(); extern void A_SkelWhoosh();
extern void A_SkullAttack(); extern void A_SPosAttack(); extern void A_TroopAttack();
extern void A_VileTarget(); extern void A_RandomJump();

extern boolean flipcorpses;

typedef struct {
Expand Down
1 change: 0 additions & 1 deletion src/p_inter.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ static boolean P_NuggetForceGibbing(
)
{
extern boolean gibbers; // GIBBERS cheat
extern void A_Punch(), A_Saw(), A_FireShotgun2();

if (!casual_play) { return false; }

Expand Down

0 comments on commit b7c12f9

Please sign in to comment.