diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-08-24 04:21:46 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-08-24 04:30:20 +0900 |
commit | efd25d51cdd7a9cadda1c0f6983905fc17545f14 (patch) | |
tree | 8dea973669d8dfe4e7209c9f419bf8cbbf483323 /src/Constants.h | |
parent | 2598835c54a3869a477d287d2845bbe42790a359 (diff) | |
download | blackshades-2.5.1.tar.gz |
Fix decal fading animation 2.5.1
Also fix missing decal regression. Fixes: 48417e11854f8 ("Make XYZ C-compatible")
Diffstat (limited to 'src/Constants.h')
-rw-r--r-- | src/Constants.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Constants.h b/src/Constants.h index 654c904..ac3c1c8 100644 --- a/src/Constants.h +++ b/src/Constants.h @@ -6,10 +6,6 @@ #define max_muscles 29 #define gravity -25 -#define bullethole 0 -#define crater 1 -#define bloodpool 2 - #define idleanim 0 #define joganim 1 #define pistolaimanim 2 |