Compile fix

master
Piotr Dziwinski 2015-09-06 16:08:10 +02:00
parent 86678d4f7a
commit a03911dde6
1 changed files with 6 additions and 5 deletions

View File

@ -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,