mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Rename CRUMBLE3DFLOOR_CHECKNORESPAWNFLAG so that ACC accepts it
This commit is contained in:
parent
169ccd324f
commit
ab2e07e9c5
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@
|
|||
|
||||
// 3D floor crumble options
|
||||
|
||||
#define CRUMBLE3DFLOOR_NORESPAWN (1 << 0)
|
||||
#define CRUMBLE3DFLOOR_CHECKNORESPAWNFLAG (1 << 1)
|
||||
#define CRUMBLE3DFLOOR_NORESPAWN (1 << 0)
|
||||
#define CRUMBLE3DFLOOR_CHECKRESPAWNFLAG (1 << 1)
|
||||
|
||||
// 3D floor fade options
|
||||
|
||||
|
|
Loading…
Reference in a new issue