Game Development Community

Racing game bug in server/scripts/game.cs

by Mike Stoddart · in Torque Game Engine · 04/11/2004 (10:29 am) · 0 replies

There is a bug in game.cs of the starter.racing game.

In GameConnection::onClientEnterGame at roughly line 241:

if(!$Game::Running)

should be:

if($Game::Running)