Game Development Community

FINAL: Undefined var in loadStartupProject() ??

by David Guy · in Torque Game Builder · 06/26/2006 (7:26 pm) · 2 replies

In the function loadStartupProject() in script-file ProjectManagement.cs there is the code:
if (isFile(%project @ "/managed/bind.cs"))
      exec(%project @ "/managed/bind.cs");
but the local var %project is not defined anywhere. Should %game, which is defined, be getting used instead ??

#1
07/12/2006 (4:34 pm)
Has been logged, thanks for reporting :)
#2
07/13/2006 (5:21 pm)
Fixed. Yes, %project should have been %game. Thanks.