move_{do,undo}: do not save/restore pos state

This commit is contained in:
2024-03-27 12:42:45 +01:00
parent edcc87be5a
commit 9b2f5ff751
2 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
#include "position.h"
pos_t *move_do(pos_t *pos, const move_t move, state_t *state);
pos_t *move_undo(pos_t *pos, const move_t move, const state_t *state);
pos_t *move_do(pos_t *pos, const move_t move);//, state_t *state);
pos_t *move_undo(pos_t *pos, const move_t move);//, const state_t *state);
#endif /* MOVE_DO_H */