From 5cfe2e2de0900c9458ba0d6d7904322a605e0771 Mon Sep 17 00:00:00 2001 From: Nicolay Korslund Date: Tue, 23 Feb 2010 10:28:40 +0100 Subject: [PATCH] fixed hex values in records.hpp --- esm/records.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esm/records.hpp b/esm/records.hpp index 27e2e3bb1..843dceb52 100644 --- a/esm/records.hpp +++ b/esm/records.hpp @@ -63,7 +63,7 @@ enum RecNameInts REC_GMST = 0x54534d47, REC_INFO = 0x4f464e49, REC_INGR = 0x52474e49, - REC_LAND = 0x0, + REC_LAND = 0x444e414c, REC_LEVC = 0x4356454c, REC_LEVI = 0x4956454c, REC_LIGH = 0x4847494c, @@ -73,7 +73,7 @@ enum RecNameInts REC_MISC = 0x4353494d, REC_NPC_ = 0x5f43504e, REC_NPCC = 0x4343504e, - REC_PGRC = 0x0, + REC_PGRD = 0x44524750, REC_PROB = 0x424f5250, REC_RACE = 0x45434152, REC_REGN = 0x4e474552,