mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 05:35:27 +00:00
Windows build fix
This was SVN commit r7282.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user