This commit is contained in:
Daveo 2001-05-30 17:02:54 +00:00
parent aaa262218e
commit a19fb1096a
11 changed files with 195 additions and 92 deletions

View file

@ -1148,8 +1148,8 @@ int Vtx[3];
void CMkLevel::AddInfItem(const char *Name,int Val)
{
sInfItem Item;
Item.Name=Name;
GString ReplaceBadFileChars(GString s); // Dodgy extern from TexGrab Lib!
Item.Name=ReplaceBadFileChars(Name);
Item.Name.Upper();
Item.Val=Val;