2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-02-05 18:20:36 +03:00

Add ITEM_FLAG_NOFIREUNDERWATER to cssdk_const.inc (#267)

This commit is contained in:
fl0werD 2023-03-02 14:41:52 +04:00 committed by GitHub
parent aeabd1fa10
commit ab94d09850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,7 @@
#define ITEM_FLAG_NOAUTOSWITCHEMPTY (1<<2)
#define ITEM_FLAG_LIMITINWORLD (1<<3)
#define ITEM_FLAG_EXHAUSTIBLE (1<<4)
#define ITEM_FLAG_NOFIREUNDERWATER (1<<5)
/**
* @section get_entvar(entity, var_spawnflags) values