1
1
forked from 0ad/0ad

Fix test code

This was SVN commit r7356.
This commit is contained in:
Ykkrosh 2010-03-17 22:53:47 +00:00
parent 79ea8213e5
commit bcd5e78b7a

View File

@ -172,5 +172,10 @@ public:
{
return CFixed_23_8::FromInt(50);
}
virtual float GetGroundLevel(float UNUSED(x), float UNUSED(z))
{
return 50.f;
}
};