diff --git a/components/esm/loadcell.hpp b/components/esm/loadcell.hpp index c4641a57b9..3f2a6b5a29 100644 --- a/components/esm/loadcell.hpp +++ b/components/esm/loadcell.hpp @@ -215,6 +215,7 @@ struct Cell else ref.teleport = false; // Integer, despite the name suggesting otherwise + ref.lockLevel = 0; esm.getHNOT(ref.lockLevel, "FLTV"); ref.key = esm.getHNOString("KNAM"); ref.trap = esm.getHNOString("TNAM");