Multiple copies of Torque
by Ali Khan · in Torque Game Engine · 09/03/2006 (10:55 pm) · 1 replies
How do I run multiple copies of Torque on the same machine.
At the moment when I run a second copy it displays a message "A copy of Torque is already running"
At the moment when I run a second copy it displays a message "A copy of Torque is already running"
Torque Owner Tim Heldna
Comment out these lines:
//#if !defined(TORQUE_DEBUG) && !defined(INTERNAL_RELEASE) // if(!Platform::excludeOtherInstances("TorqueTest")) // return false; //#endif