Game Development Community

Fix: Missing Interior jpgs crash instead of downloading

by Neil Marshall · in Torque Game Engine · 05/29/2006 (12:04 pm) · 0 replies

If you delete a dif files's jpg's they refuse to download from the remote server and Torque crashes. To fix this add

mLMHandle = 0xFFFFFFFF;

To the start of bool InteriorInstance::onAdd()

For some reason mLMHandle is never initalized.