View Single Post
Old 04-14-2005, 11:39 PM   #10 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
I don't like this method. But like I mentioned I don't know what you're up to.
See if this works just as well. If it does, use this:
Code:
public:
   const scene::ITerrainSceneNode* get_terrain() const;
Code:
const scene::ITerrainSceneNode* CTerrainNodes::get_terrain() const
{
   return terrain;
}
__________________
Valmont is offline   Reply With Quote