Can somebody please explain this one to me???
<snip>
G:\Othersyde\source\othersyde\COSBSPWorld.cpp(49) : error C2664: 'LoadInfo'
: cannot convert parameter 1 from 'struct OSFileIO::WORLDFILEINFO
Othersyde::CBSPWorld::*' to 'struct OSFileIO::WORLDFILEINFO *'
<snip>
OSFileIO and Othersyde are namespaces, CBSPWorld is a class.
This is how I declare the variable in CBSPWorld:
OSFileIO::WORLDFILEINFO m_world;
I don't get it...