This commit is contained in:
parent
aaa262218e
commit
a19fb1096a
11 changed files with 195 additions and 92 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue