summaryrefslogtreecommitdiffstats
path: root/source/LuaItems.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LuaItems.h')
-rw-r--r--source/LuaItems.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/LuaItems.h b/source/LuaItems.h
index deec7f205..37bd713c4 100644
--- a/source/LuaItems.h
+++ b/source/LuaItems.h
@@ -43,6 +43,7 @@ public:
{
m_Items[a_Idx] = cItem(a_ItemType, a_ItemCount, a_ItemHealth);
}
+
protected:
cItems & m_Items;
} ;
@@ -50,3 +51,4 @@ protected:
+