custinfoparms.txt file does not load correctly with etxmap
Brought to you by:
trebor_7
The custinfoparms.txt does not load like it does with q3map2.
The file for ETF:
// Custom Surfaceparms file
// Custom Contentsflags
{
particleclip 0x200
forcefield 0x400
}
// Custom Surfaceflags
{
footprints 0x80000
stone 0x100000
wood 0x200000
seethrough 0x400000
}
Produces the "Line 5 is incomplete" error which is the particleclip line.
Seems to be because of the added token checking in GetToken because it does not understand hex numbers.