mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-26 00:54:49 -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
|
@ -1692,7 +1692,7 @@ int check_path(word **path,word tosect)
|
|||
{
|
||||
word *p,*n,ss;
|
||||
char ok;
|
||||
int i;
|
||||
int i=0;
|
||||
|
||||
p=*path;
|
||||
n=p+1;ok=0;
|
||||
|
@ -1735,7 +1735,7 @@ static unsigned int get_path_len(const word *w) {
|
|||
|
||||
void recall()
|
||||
{
|
||||
int tosect;
|
||||
int tosect = 0;
|
||||
unsigned int max,i;
|
||||
int j;
|
||||
word *paths[POCET_POSTAV];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue