Fixed editor brokenness.

# More useful environment (water, lighting) editing
(now saved into the map files).
Fixed no-PCH a bit.

This was SVN commit r4002.
This commit is contained in:
Ykkrosh
2006-06-11 07:03:59 +00:00
parent 6e57ef7e08
commit 039f26f0c3
38 changed files with 402 additions and 72 deletions
@@ -43,6 +43,12 @@ public:
}
}
Observable<T>* operator=(const T& rhs)
{
*dynamic_cast<T*>(this) = rhs;
return this;
}
private:
boost::signal<void (const T&)> m_Signal;
};