From 90301e24c0fc5fcd6bffb0399e203e5adea6aa2c Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sun, 31 Mar 2013 10:21:22 +0200 Subject: Added field "item" to class "object" in CBot --- src/app/app.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/app.cpp') diff --git a/src/app/app.cpp b/src/app/app.cpp index 59a04f4..c42c8b0 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -95,6 +95,7 @@ CApplication::CApplication() { m_private = new ApplicationPrivate(); m_iMan = new CInstanceManager(); + m_objMan = new CObjectManager; m_eventQueue = new CEventQueue(); m_profile = new CProfile(); -- cgit v1.2.3-1-g7c22