Compile fix
parent
86678d4f7a
commit
a03911dde6
|
@ -33,11 +33,12 @@
|
|||
#include "object/object_create_exception.h"
|
||||
|
||||
|
||||
const std::unordered_map<ObjectType, std::string, ObjectTypeHash> CStaticObject::m_staticModelNames =
|
||||
{
|
||||
// TODO: commenting out temporarily
|
||||
//{ OBJECT_TREE0, "tree0" }
|
||||
};
|
||||
const std::unordered_map<ObjectType, std::string, ObjectTypeHash> CStaticObject::m_staticModelNames;
|
||||
// TODO: commenting out temporarily
|
||||
//=
|
||||
//{
|
||||
// { OBJECT_TREE0, "tree0" }
|
||||
//};
|
||||
|
||||
|
||||
CStaticObject::CStaticObject(int id,
|
||||
|
|
Loading…
Reference in New Issue