Fix tests

This was SVN commit r10035.
This commit is contained in:
Ykkrosh 2011-08-18 21:12:15 +00:00
parent 308cb26dd4
commit 49af1880f8

View File

@ -162,6 +162,11 @@ class MockTerrain : public ICmpTerrain
public:
DEFAULT_MOCK_COMPONENT()
virtual bool IsLoaded()
{
return true;
}
virtual CFixedVector3D CalcNormal(entity_pos_t UNUSED(x), entity_pos_t UNUSED(z))
{
return CFixedVector3D(fixed::FromInt(0), fixed::FromInt(1), fixed::FromInt(0));