Fluff done, FireInstantHit fix

This commit is contained in:
majestic
2020-10-20 16:04:51 -07:00
5 changed files with 45 additions and 41 deletions

View File

@@ -150,7 +150,7 @@ public:
static void Update();
static void Render();
static void PossiblyAddThisEntity(CEntity *pEnt);
static void RegisterOne(int16 nType, CEntity *pEnt);
static void RegisterOne(CEntity *pEnt, uint16 nType);
};
class CScrollBar