engine: fix a typo in R_Blood, fix a typo in pt_4x_slowgrav

This commit is contained in:
Alibek Omarov
2026-03-28 18:44:50 +05:00
parent d5b481ac9d
commit a50ea929d6
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ typedef enum {
pt_static, pt_grav, pt_slowgrav, pt_fire, pt_explode, pt_explode2, pt_blob, pt_blob2,
// added in HL
pr_4x_slowgrav, // 4 times faster than pt_slowgrav
pt_4x_slowgrav, // 4 times faster than pt_slowgrav
pt_8x_slowgrav, // 8 times faster than pt_slowgrav
pt_custom, // will call think function from particle
} ptype_t;