Updated stdafx.h and other code/doc files

This commit is contained in:
NovaRain
2020-02-08 08:48:02 +08:00
parent 4bc687922a
commit 517c2e6825
8 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
#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_NOKNOCKBACK 16384 // 0x00004000 - Knock (cannot be knocked back)
#define CFLG_NOKNOCKDOWN CFLG_NOKNOCKBACK // for old scripts
#define CFLG_NOKNOCKDOWN CFLG_NOKNOCKBACK // obsolete
/* Window flags */
#define WIN_FLAG_MOVEONTOP (0x4)