mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-25 13:21:33 +00:00
Add the no-autosave flag for ChangeLevel
This commit is contained in:
parent
fccdc1723f
commit
6de579093d
1 changed files with 1 additions and 0 deletions
|
@ -984,6 +984,7 @@
|
||||||
#define CHANGELEVEL_NOINTERMISSION 16
|
#define CHANGELEVEL_NOINTERMISSION 16
|
||||||
#define CHANGELEVEL_RESETHEALTH 32
|
#define CHANGELEVEL_RESETHEALTH 32
|
||||||
#define CHANGELEVEL_PRERAISEWEAPON 64
|
#define CHANGELEVEL_PRERAISEWEAPON 64
|
||||||
|
#define CHANGELEVEL_NOAUTOSAVE 128 // VKDoom
|
||||||
|
|
||||||
#define NO_CHANGE 32767.0
|
#define NO_CHANGE 32767.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue