fix bug, controller info, remove old stuff

This commit is contained in:
Ondrej Novak 2025-03-08 20:40:04 +01:00
parent e2fb5b9910
commit 1297cccd70
21 changed files with 98 additions and 66 deletions

View file

@ -152,7 +152,7 @@ void zalamovani(const char *source,char *target,int maxxs,int *xs,int *ys)
char *ls,*ps,*cs;
int sum;
cs=ps=target;
cs=ps=x;
do
{
ls=NULL;
@ -175,7 +175,6 @@ void zalamovani(const char *source,char *target,int maxxs,int *xs,int *ys)
}
while (c[0]);
xs[0]=maxxs;
*ps=0;
}
else
{