move_{do,undo}: do not save/restore pos state
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user