Game Development Community

Source code: 1.4.3 or 1.7.4?

by Giuseppe Bertone · in Torque Game Builder · 03/23/2009 (12:51 pm) · 0 replies

Hi to all, I recently bought TGB 1.7.4 and I'm starting to scout the source code. I found in coretorqueConfig.h file the following lines:

/// Version number is major * 1000 + minor * 100 + revision * 10.
#define TORQUE_GAME_ENGINE 1430
/// What's the name of your game? Used in a variety of places.
#define TORQUE_GAME_NAME "Torque Game Builder"
/// Human readable version string.
#define TORQUE_GAME_VERSION_STRING "Torque Game Builder 1.1.5 (TGE 1.4.2)"

Are they simply forgotten lines or is there something wrong? It seems those values are used only in networking features...

Ideas?

Many thanks,
Giuseppe Bertone