CVS, HEAD BUGS
by Sylvain Rochette · in Torque Game Engine · 04/02/2002 (4:16 pm) · 0 replies
interiorInstance.cc
line 593 (ERROR cannot compile with VC)
if(mInteriorRes && mLMHandle != 0xFFFFFFFF)
should be
if(bool(mInteriorRes) && mLMHandle != 0xFFFFFFFF)
and the project (VC)
netDownload.cc need to be added into the project!! :)
line 593 (ERROR cannot compile with VC)
if(mInteriorRes && mLMHandle != 0xFFFFFFFF)
should be
if(bool(mInteriorRes) && mLMHandle != 0xFFFFFFFF)
and the project (VC)
netDownload.cc need to be added into the project!! :)
About the author