fixed some clang warnings
remove chat string from code
This commit is contained in:
parent
1b1ae9ea91
commit
25504279d9
10 changed files with 25 additions and 27 deletions
|
|
@ -3135,7 +3135,7 @@ DLL_GIVEFNPTRSTODLL GiveFnptrsToDll (enginefuncs_t *functionTable, globalvars_t
|
|||
|
||||
if (buffer)
|
||||
{
|
||||
CreatePath (FormatBuffer ("%s/dlls", GetModName ()));
|
||||
CreatePath (const_cast <char *> (FormatBuffer ("%s/dlls", GetModName ())));
|
||||
File fp (gameDLLName, "wb");
|
||||
|
||||
if (fp.IsValid ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue