Edited some wording in ddraw.ini and Enums.h

This commit is contained in:
NovaRain
2020-02-07 10:03:16 +08:00
parent a3f22b67d8
commit 537bea45c0
3 changed files with 12 additions and 11 deletions
+2 -1
View File
@@ -98,7 +98,8 @@
#define CFLG_FLATTN 2048 // 0x00000800 - Flatten (leaves no dead body)
#define CFLG_SPECIAL 4096 // 0x00001000 - Special (has a special type of death)
#define CFLG_RANGED 8192 // 0x00002000 - Range (has extra hand-to-hand range)
#define CFLG_NOKNOCKDOWN 16384 // 0x00004000 - Knock (cannot be knocked back)
#define CFLG_NOKNOCKBACK 16384 // 0x00004000 - Knock (cannot be knocked back)
#define CFLG_NOKNOCKDOWN CFLG_NOKNOCKBACK // for old scripts
/* Window flags */
#define WIN_FLAG_MOVEONTOP (0x4)