mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -27,7 +27,7 @@ char q_runsetup(char *parm)
|
|||
{
|
||||
char c[6];
|
||||
|
||||
strncpy(c,parm,6);
|
||||
strcopy_n(c,parm,6);
|
||||
strupper(c);
|
||||
return !strncmp(c,"/SETUP",6);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue