Windows build fix

This was SVN commit r7282.
This commit is contained in:
Ykkrosh 2010-01-22 20:17:49 +00:00
parent 4fed9b8242
commit 68eafaee7f

View File

@ -67,7 +67,7 @@ public:
#define LOAD_SCRIPTED_COMPONENT(name) \
cid = m_ComponentManager.LookupCID(name); \
if (cid == CID__Invalid) \
LOGERROR(L"Can't find component type " name); \
LOGERROR(L"Can't find component type " L##name); \
m_ComponentManager.AddComponent(SYSTEM_ENTITY, cid, noParam)
LOAD_SCRIPTED_COMPONENT("GuiInterface");