Fixed typos and made all assert functions optional
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
void PushPeds(void);
|
||||
};
|
||||
|
||||
static_assert(sizeof(CWaterCannon) == 412, "CWaterCannon: error");
|
||||
VALIDATE_SIZE(CWaterCannon, 412);
|
||||
|
||||
class CWaterCannons
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user