1
0
mirror of https://github.com/td512/re3.git synced 2026-04-28 05:54:32 +00:00

ps2 particles, sampman oal started

This commit is contained in:
Fire-Head
2020-04-23 11:24:03 +03:00
parent f754e05321
commit 75acd78190
33 changed files with 5139 additions and 2639 deletions

View File

@@ -89,10 +89,6 @@ public:
static void AddJetExplosion(CVector const &vecPos, float fPower, float fSize);
static void AddYardieDoorSmoke(CVector const &vecPos, CMatrix const &matMatrix);
#ifdef TOGGLEABLE_BETA_FEATURES
static bool bEnableBannedParticles;
#endif
};
VALIDATE_SIZE(CParticle, 0x68);