mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
fix bug, controller info, remove old stuff
This commit is contained in:
parent
e2fb5b9910
commit
1297cccd70
21 changed files with 98 additions and 66 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue