forked from mirror/openmw-tes3mp
fixed hex values in records.hpp
This commit is contained in:
parent
35ddfcfbf5
commit
5cfe2e2de0
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ enum RecNameInts
|
||||||
REC_GMST = 0x54534d47,
|
REC_GMST = 0x54534d47,
|
||||||
REC_INFO = 0x4f464e49,
|
REC_INFO = 0x4f464e49,
|
||||||
REC_INGR = 0x52474e49,
|
REC_INGR = 0x52474e49,
|
||||||
REC_LAND = 0x0,
|
REC_LAND = 0x444e414c,
|
||||||
REC_LEVC = 0x4356454c,
|
REC_LEVC = 0x4356454c,
|
||||||
REC_LEVI = 0x4956454c,
|
REC_LEVI = 0x4956454c,
|
||||||
REC_LIGH = 0x4847494c,
|
REC_LIGH = 0x4847494c,
|
||||||
|
@ -73,7 +73,7 @@ enum RecNameInts
|
||||||
REC_MISC = 0x4353494d,
|
REC_MISC = 0x4353494d,
|
||||||
REC_NPC_ = 0x5f43504e,
|
REC_NPC_ = 0x5f43504e,
|
||||||
REC_NPCC = 0x4343504e,
|
REC_NPCC = 0x4343504e,
|
||||||
REC_PGRC = 0x0,
|
REC_PGRD = 0x44524750,
|
||||||
REC_PROB = 0x424f5250,
|
REC_PROB = 0x424f5250,
|
||||||
REC_RACE = 0x45434152,
|
REC_RACE = 0x45434152,
|
||||||
REC_REGN = 0x4e474552,
|
REC_REGN = 0x4e474552,
|
||||||
|
|
Loading…
Reference in a new issue