Browse Source

Make delta_quest_inited bin exact.

pull/127/head
Sergey Semushin 7 years ago committed by Anders Jenbo
parent
commit
5a50f30f36
  1. 2
      structs.h

2
structs.h

@ -940,7 +940,7 @@ typedef struct DPortal {
} DPortal;
typedef struct MultiQuests {
char qstate;
BYTE qstate;
BYTE qlog;
BYTE qvar1;
} MultiQuests;

Loading…
Cancel
Save