Added new game mode DIALOGVIEW. (#182)

This commit is contained in:
Mr.Stalin
2018-07-29 17:48:33 +08:00
committed by NovaRain
parent 0bda53e109
commit 0ebe3ef1a4
5 changed files with 36 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@
#define INTFACELOOT (0x10000)
#define BARTER (0x20000)
#define HEROWIN (0x40000)
#define DIALOGVIEW (0x80000)
//Valid arguments to register_hook
#define HOOK_TOHIT (0)