Game Development Community

Case sensitivity bug fix

by Gary "ChunkyKs" Briggs · in Torque Game Builder · 12/13/2006 (6:08 pm) · 1 replies

T2D/levelBuilder/levelBuilderTextObjectTool.cc contains this:

#include "T2D/levelBuilder/LevelBuilderTextEditTool.h"
Which should be:
#include "T2D/levelBuilder/LevelBuilderTextEditTool.h"

[capital L ad the start of the second levelBuilder]

Gary (-;

PS Sorry for forum spam, I'm just trying to fix a bunch of stuff all at once, and keeping them in separate threads works best for me. Plus the TGB Linux forum needed more threads about fixing and less threads asking why it didn't work.

#1
12/15/2006 (5:16 am)
I'm generally opposed to using capital names for headers, just because of this sort of thing on
non-Windows platforms. Care to write a sed script to lowercase all names? ;)