a bit of code clean up but not much =|
removed old sort function
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/02/23 13:35:15 by tmaze #+# #+# */
|
||||
/* Updated: 2019/03/10 13:27:02 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/03/11 13:41:27 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -63,7 +63,7 @@ void exec_actions(t_psdata *data)
|
||||
ps_rerot(data, buff[2]);
|
||||
else if (buff[2] == 'r')
|
||||
ps_rrerot(data);
|
||||
debug(data, buff);
|
||||
// debug(data, buff);
|
||||
nop = nop->next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user