This commit is contained in:
parent
08c732c29a
commit
aefdd396f8
51 changed files with 1467 additions and 682 deletions
|
@ -269,7 +269,7 @@ int PaletteSize,ImageSize;
|
|||
}
|
||||
|
||||
/**************************************************************************************/
|
||||
void SetFileExt(char *InName,char *OutName,char *Ext)
|
||||
void SetFileExt(const char *InName,char *OutName,char *Ext)
|
||||
{
|
||||
char Drive[_MAX_DRIVE];
|
||||
char Path[_MAX_DIR];
|
||||
|
@ -414,3 +414,4 @@ GFName Exe;
|
|||
Path="\\SpongeBob\\tools\\MapEdit\\";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue