This is why we need to be consistent in the code, so we can find and replace globally without having to check out every individual file.

Fixes build.

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-08-11 22:07:01 +02:00
parent d5270f9e0d
commit 5a2b6cc0fb

View File

@@ -34,7 +34,7 @@ public:
InstanceScript* GetInstanceScript(InstanceMap* pMap) const
{
return new instance_archavon_InstanceMapScript(map);
return new instance_archavon_InstanceMapScript(pMap);
}
struct instance_archavon_InstanceMapScript : public InstanceScript