mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- fixed: NO_CHANGE was not declared correctly in ACS headers.
SVN r2137 (trunk)
This commit is contained in:
parent
90ad91a5c1
commit
b4097c81ec
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@
|
|||
#define CHANGELEVEL_CHANGESKILL 8
|
||||
#define CHANGELEVEL_NOINTERMISSION 16
|
||||
|
||||
#define NO_CHANGE -32767.0
|
||||
#define NO_CHANGE 32767.0
|
||||
|
||||
#define SECF_SILENT 1
|
||||
#define SECF_NOFALLINGDAMAGE 2
|
||||
|
|
Loading…
Reference in a new issue