Browse Source

common: remove double defines

pull/2/head
Alibek Omarov 3 years ago
parent
commit
c9f176f802
  1. 7
      common/const.h

7
common/const.h

@ -606,13 +606,6 @@
#define CONTENT_GRAVITY_FLYFIELD -18 #define CONTENT_GRAVITY_FLYFIELD -18
#define CONTENT_FOG -19 #define CONTENT_FOG -19
#define CONTENT_EMPTY -1
#define CONTENT_SOLID -2
#define CONTENT_WATER -3
#define CONTENT_SLIME -4
#define CONTENT_LAVA -5
#define CONTENT_SKY -6
// channels // channels
#define CHAN_AUTO 0 #define CHAN_AUTO 0
#define CHAN_WEAPON 1 #define CHAN_WEAPON 1

Loading…
Cancel
Save